[jboss-user] [Beginners Corner] - Re: Web Application Context Logging (log4j) Question

2009-05-20 Thread sstacha
No one else has this problem or does custom logging for each application? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232236#4232236 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232236 _

[jboss-user] [Beginners Corner] - Re: Web Application Context Logging (log4j) Question

2009-05-12 Thread sstacha
So, given the lack of responses... How are others dealing with having custom logging levels for multiple deployed applications? Is there an easier way to pass a custom RepositorySelector via a parameter at startup or something? View the original post : http://www.jboss.org/index.html?module=

[jboss-user] [Beginners Corner] - Re: Web Application Context Logging (log4j) Question

2009-05-06 Thread sstacha
Yes, I include log4j-1.2.8 in each webapp's WEB-INF/lib folder. Let me go ahead and post the background code and such then. First, I was trying to load a context event listener with the following code: package biz.ormia.util.logging; /** * User: sstacha * Date: May 3, 2009 * Time: 1:

[jboss-user] [Beginners Corner] - Web Application Context Logging (log4j) Question

2009-05-05 Thread sstacha
I have been trying to implement a context listener that will allow me to have different repositories for each web application that is deployed. I was using several examples that I googled and keep getting java Verify errors. When tailoring it down line by line I finally got the following: ja