At 01:31 PM 10/29/2003 +0100, you wrote:
I could reproduce the problem: it happened right after I reload the apps using the Manager app, using the URL:
https://myserver/manager/reload?path=/webapp


I could do this several times. After a Tomcat start/stop, the logging and rotating works. After a reload, the current log file stayed there, the alread rotated files (ext >= 1) are rotated to ext+1, but no new file with extension .1 appeared

Are you calling LogManager.shutdown() at application shutdown? If not, try that, otherwise, the file will probably remain locked by the VM. Do this in a servlet context listener contextDestroyed() method.


Jake


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to