By Date: <-- -->
By Thread: <-- -->

catalina.out not rolling



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