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.
No, I'm not, and it's a good idea.
But I'm unsure if it's possible to do that: all my JSPs are called through a servlet which handles the sessions, and I don't have the source of that servlet.
Or would it be correct to do it in the JSPs themselves?
Laurent
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
