> From: Rick Dettwyler [mailto:[EMAIL PROTECTED] > Subject: RE: Autodeploy fails > > Perhaps I did not explain well.
Your original description was fine. Does the webapp create or update the jq.log file? (I assumed so, based on the the name.) If so, that's against the intent of the servlet spec, which expects webapps to be independent of any file system and even runnable without a file system. If you are in fact creating this file from within your webapp, then it's your responsibility to remove it as part of stopping the webapp. This is why I suggested a listener to do the necessary cleanup. See section 10 of the servlet spec if you're not familiar with them. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]