> From: Chris Moore [mailto:[email protected]] > Subject: System.out is not going to catalina.out
> I can't seem to get any kind of logging to work, > including simply writing to System.out. You really shouldn't be using System.out for logging; you webapp should include a logging framework of your choosing. However, if you insist, enable the swallowOuput attribute in your webapp's <Context> element. http://tomcat.apache.org/tomcat-6.0-doc/config/context.html#Standard_Implementation - 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: [email protected] For additional commands, e-mail: [email protected]
