Re: Tomcat5.5 roll over standard output daily

2007-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lionel, Lionel Crine wrote: > 1- Using logrotate (assuming you're on linux) > [snip] > 3- using the crontab (assuming you're on linux) Note that Linux isn't the only OS with these tools. It's just the latest one to have them. ;) - -chris -BEGIN

Re: Tomcat5.5 roll over standard output daily

2007-11-14 Thread Lionel Crine
Hi, David is right. You have to handle this file some other ways : 1- Using logrotate (assuming you're on linux) 2- Pipe the file to cronolog, rotatelogs, ... 3- using the crontab (assuming you're on linux) The second solution may be dangerous because cronolog or rotatelogs open some descript

Re: Tomcat5.5 roll over standard output daily

2007-11-14 Thread David Smith
stdout.log is the redirected standard output of tomcat. Rollover isn't possible because it's outside of tomcat. I believe if you google for tomat swallow output, you'll get info on making most of standard output hit tomcat's internal logging mechanism. --David Klaus21 wrote: Hi All, does

Tomcat5.5 roll over standard output daily

2007-11-14 Thread Klaus21
/Tomcat5.5-roll-over-standard-output-daily-tf4803871.html#a13743472 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED]