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 -- View this message in context: http://www.nabble.com/Tomcat5.5-roll-over-standard-output-daily-tf4803871.html#a13743472 Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]