Caldarale, Charles R wrote:
From: Mohit Anchlia [mailto:mohitanch...@gmail.com]
Subject: Re: catalina.out

There doesn't seem to be mention of catalina.out.

Tomcat does not use catalina.out directly.  There are redirects in the Linux 
version of the Tomcat startup scripts that send System.out and System.err to 
catalina.out.  Tomcat itself does not write to System.out or System.err, and no 
self-respecting webapp should either.

Now if you don't care about self-respect for either yourself or your webapp, it sure is a lot easier and quicker than understanding the Juli or (worse) the log4j documentation, and applying it to Tomcat. In addition, your sysadmin will love you, because you're writing somewhere where he can find it.
;-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to