2012/5/29 Mark Eggers <its_toas...@yahoo.com>:
>
> And as Chuck as mentioned, your developers should really not use stdout / 
> stderr for logging. There are lots of quite nice and easy to use logging 
> frameworks available.

+1

+ Configure your logging framework do not print anything to the
console, if it already writes those messages in other files.

It is possible to configure "logrotate" daemon to rotate catalina.out.
 E.g. using "copytruncate" option of it. Search archives of this
mailing list for more details.

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