catalina.out not rolling
- From: Rizwan Merchant <rizwan.merchant (at) sysconet.ca>
- Date: Wed, 11 Oct 2006 15:59:21 -0400
Hi Shankar,
I am not using System.out commands in my webapps.
for some reason, the log4j messages are being appended to catalina.out
I have log4j set up in my application which sends logging output to a
specified file, but it also gets sent to catalina.out
How do I stop this?
also, is there a way to redirect the output of "kill -3 pid" command to
a specific file? or will that always go to catalina.out?
thanks,
-Riz.
Shankar Unni wrote:
Rizwan Merchant wrote:
So how do I stop tomcat from logging to catalina.out and into a
different file?
For the webapps themselves, their <Context> should have
swallowOutput="true".
Better still, don't do System.out.println() from your webapps..
---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org
---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org