Edoardo Panfili wrote: > Using this code in destroy() method of a servlet marked as > <load-on-startup>1</load-on-startup>
Yep - that is the sort of code you'd need. Using a context listener would be a better solution as Tomcat is free to call destroy() on your Servlet whenever it likes. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
