Hi,
As usual, the advice is also to minimize System.out logging.  If you
can't modify the app code using System.out logging, add
swallowOutput="true" to your context declaration to make System.out go
to the Loggers defined in Tomcat's server.xml.  Those are automatically
rotated for you.

(Note this all applies to Tomcat 5.0.x and older, not to 5.5 and newer)

Yoav Shapira http://www.yoavshapira.com


>-----Original Message-----
>From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED]
>Sent: Monday, November 15, 2004 3:19 PM
>To: Tomcat Users List
>Subject: Re: Rotating catalina.out with Webmin
>
>if you dont get webmin fixed, I recommend cronolog instead.
>You cant just rotate it, cause then tomcat loses the file handle, and
you
>will lose all further output.
>
>with cronolog you simply pipe it through cronolog like this
>
>
><your java start command> | /usr/local/sbin/cronolog
>"$CATALINA_BASE$"/logs/%Y-%m-%d.catalina.out >> /dev/null 2>&1
>
>this will rotate the logs daily
>
>Filip
>
>----- Original Message -----
>From: "Carlos" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, November 15, 2004 2:05 PM
>Subject: Rotating catalina.out with Webmin
>
>
>Hi Forum,
>
>
>
>Could someone recommend settings for using the log rotation of Webmin
in
>order to rotate catalina.out (any cautionary measures)?  I just created
an
>entry in Webmin to rotate the catalina.out file weekly with all the
default
>settings (keeping the last four copies).  Are there any scripts I
should
>run
>before or after the rotation is carried out?
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary 
and/or privileged.  This e-mail is intended only for the individual(s) to whom 
it is addressed, and may not be saved, copied, printed, disclosed or used by 
anyone else.  If you are not the(an) intended recipient, please immediately 
delete this e-mail from your computer system and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to