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@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]