> From: Giovanni [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat not close file when webapps is stopped

> Can I force the close of the file on Tomcat when the webapps 
> is stopped?

It's not Tomcat's responsibility to clean up resources that it has no
knowledge of - that's up to the webapp.  You should be able to use a
ServletContextListener to accomplish that.  See section 10 of the
Servlet Spec.

 - 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]

Reply via email to