2010/9/10 André Warnier <a...@ice-sa.com>:
>
> Under tomcat 5.5, a foreign webapp writes to STDOUT and STDERR, clogging up
> one of the system logfiles (/var/log/daemon.log).
>

Try setting swallowOutput="true" in the context file,
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

It works if an app writes to System.err, System,out directly. Things
are  more complicated if the app uses some logging library  (but in
that case you may be able to configure that logging library).

Best regards,
Konstantin Kolinko

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

Reply via email to