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 anyone know if it is possible to tell Tomcat5.5 to roll over the
C:\Tomca5.5\logs\stdout.[Date].log file every day without to restart the
server ?
I'm found a sample logging.properties file in the internet and modified it.
So i can roll over the localhost.[Date].log every day at 0.00 in another
directory.
## define 5localhost file handler - all logging done via 'localhost' logger
## will go to localhost.<dateStamp>.txt file
5localhost.org.apache.juli.FileHandler.level = FINE
5localhost.org.apache.juli.FileHandler.directory = D:/TomcatLOG
5localhost.org.apache.juli.FileHandler.prefix = localhost.
I cant figure it out how to do the same with the stdout file under
C:\Tomcat5.5\logs !?
Only if i restart Tomcat i will get a new stdout[Date].log file with the
current date.
Any help would be appreciated
Klaus
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]