How to split the default stdout log?

2010-07-06 Thread
know a simple solution to meet my needs? -- 郑翼羽

Re: How to split the default stdout log?

2010-07-06 Thread
t support parameters like "D:\Tomcat 5.5\logs\{%date%}.log"? On Tue, Jul 6, 2010 at 4:13 PM, André Warnier wrote: > 郑翼羽 wrote: > >> Hello everyone, >> >> I am using Tomcat 5.5.28 in Windows systems. Because there are lots of >> codes >> like &qu

Re: How to split the default stdout log?

2010-07-06 Thread
Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: 郑翼羽 [mailto:ground...@gmail.com] > > Subject: Re: How to split the default stdout log? > > > > But when tomcat5 starts, it will generate a file like > > stdout_mmdd.log, but when it runs for a c

Re: How to split the default stdout log?

2010-07-06 Thread
s "tomcat.log", then if tomcat restarts, it will generate a file called "tomcat.log". Before the next restart (maybe many months), all the output info are appended to that file, which makes the log file to large. On Tue, Jul 6, 2010 at 10:24 PM, André Warnier wrote: >