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
_
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=
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:
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