RE: Property Configurator

2004-06-13 Thread Viv Kap
... > > > SOLUTION #3: Use the suite of classes included in > the log4j sandbox > distribution (org.apache.log4j.servlet.*) to > bootstrap log4j (InitServlet > and InitContextListener) > > FWIW, I use approach #1 when I can. > > Hope it helps, > > -

Property Configurator

2004-06-11 Thread Viv Kap
Hi I have a J2EE application and we use log4j for logging. We used log4j.properties files and packaged it in a war under WEB-INF/classes. It all worked fine under Weblogic, Tomcat etc. But now when we migrated to JBoss it has its own log4j.xml file. So our application grabbed it as the first one