thomas2004 wrote: > Hi all, > > I have now a problem/question: > > I've installed Tomcat 5.5.27 on Linux. Though the "catalina.out" will be > rotated everyday, i.g. "catalina.yyyy-mm-dd.log. But the "catalina.out"-self > doesn't begin from the new day but still contains the old log messages. I've > heard this is default setting. Is it true? >
catalina.out is written via I/O redirection in the startup script. Maybe you would like to send stdout and stderr to logger(1) instead? Hope this helps Regards --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org