> From: Jay [mailto:difficult...@yahoo.com]
> Subject: RE: Logging configuration in Tomcat
>
> I guess, Tomcat is directing all the log4j log messages
> in the code to system.out which in turn is being written
> to catalina.out

You laboring under a misconception - Tomcat doesn't interact with log4j at all; 
where the messages go is entirely dependent on your log4j configuration.  If 
you've configured (or misconfigured) log4j to output to System.out (a bad 
idea), then log4j messages will go to catalina.out due to the redirection in 
the Tomcat startup scripts.  There's nothing in Tomcat that can fix your log4j 
config - that's up to you.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

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

Reply via email to