Re: Tomcat and Log4J

2002-09-30 Thread Niclas Hedhman
On Monday 30 September 2002 15:56, Ceki Gülcü wrote: > Try log4j.jar in WEB-INF/lib/ and log4j.properties in WEB-INF/classes Well, I did that... but, the good news is - I found the problem. There was an "ancient" CATALINA_OPTS setting in the start script, that pointed to a different log4j.prop

Re: Tomcat and Log4J

2002-09-30 Thread Ceki Gülcü
Try log4j.jar in WEB-INF/lib/ and log4j.properties in WEB-INF/classes At 15:40 30.09.2002 +0800, you wrote: >I am sure this has been up before, but I can't find it in my archive. > >What do I need to do to get Log4J to read my log4j.properties file??? > >Basic example, straight from docs; > >#

Tomcat and Log4J

2002-09-30 Thread Niclas Hedhman
I am sure this has been up before, but I can't find it in my archive. What do I need to do to get Log4J to read my log4j.properties file??? Basic example, straight from docs; # Set root logger level to DEBUG and its only appender to A2. log4j.rootLogger=DEBUG, A2 log4j.appender.A2=org.apache.