RE: JULI and logging

2005-04-15 Thread Tran Hung-Phu-r50825
Yes, rename the tomcat-juli.jar file disable it. -Original Message- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 2:34 PM To: Tomcat Users List Subject: Re: JULI and logging I haven't tried it yet, but, I noticed that catalina.sh/bat, looks

Re: JULI and logging

2005-04-14 Thread Jonathan Eric Miller
I haven't tried it yet, but, I noticed that catalina.sh/bat, looks for a jar file named tomcat-juli.jar and if it's present, it adds a -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager to JAVA_OPTS. I think if you rename or remove that jar file, it will disable it (haven't

Re: JULI and logging

2005-04-14 Thread Remy Maucherat
On 4/14/05, Jonathan Eric Miller [EMAIL PROTECTED] wrote: What I did was change my common/classes/logging.properties file to the following. With this setup, everything goes into catalina.out. Note, I found that if JULI is enabled, it appears to ignore the java.util.logging.config.file property