Catalina.out is empty after JDK upgrade!!!

2003-12-02 Thread Nadia Kunkov
Hi, I have upgraded my Linux box to j2sdk1.4.1_04 from jdk1.3.1_04. I have fixed the Java_Home variable in /tomcat4/conf/tomcat4.conf file to use the new one. Now, when I run my java applications usually catalina.out gets populated with errors and messages. My catalina.out is completely

Re: Catalina.out is empty after JDK upgrade!!!

2003-12-02 Thread Bill Barker
Tomcat uses commons-logging for a lot of it's components. If you don't do anything special, this writes to the consol (captured in catalina.out) by default for a 1.3.x JVM. With a 1.4.x JVM, it will use the 1.4.x logging by default. Check your settings for 1.4.x logging. Nadia Kunkov [EMAIL