Christopher Schultz <chris <at> christopherschultz.net> writes:
> Mike,
> 
> Sounds like you aren't properly shutting-down your logging system when
> your webapp undeploys. That would result in the file staying open and
> thus being unavailable for delete.
> 
> I agree with Pid that putting application log files into the
> deployment directory is a bad idea in general: they'll get deleted
> when you redeploy :)
> 
> -chris
> 

Understood. Thanks! I changed the logfile location to be the log folder of the 
tomcat server and the redeploy is working (amongst 10 redeploys only 1 
failed). I am using log4j so I don't control the process of shutting down the 
logging system (at least I wouldn't know how to).





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to