Date sent: Tue, 11 Dec 2007 01:13:11 -0800 (PST)
> Hi Steve,
> thanks,
> OS is windows 2003.
>
> How can I archive stdout.log in a production environment without
> stopping tomcat?
Hmm, sorry, I don't know how to rotate logs on windows.
On unix you can use cronolog.
> I want that
Hi Steve,
thanks,
OS is windows 2003.
How can I archive stdout.log in a production environment without stopping
tomcat?
I want that tomcat automatically archives the stdout.log file and
creates a new one once a certains size is reached. Otherwise the log file size
raises everyday !
H
Hi Steve,
thanks,
OS is windows 2003.
How can I archive stdout.log in a production environment without stopping
tomcat?
I want that tomcat automatically archives the stdout.log file and
creates a new one once a certains size is reached. Otherwise the log file size
raises everyday !
How
On 10 Dec 2007 at 1:16, Stefano Martines wrote:
> Hi All,
>
> Although the log level is low, the stdout.log size is increasing in
> production day by day.
> I want that tomcat automatically archives the stdout.log file and
> creates a new one once a certains size is reached.
>
> How can I do tha