> From: David Wood [mailto:daw...@us.ibm.com]
> Subject: java shutdown hook and classpath
> 
> The library installs a Java shutdown hook, which ultimately uses the
> JDBC driver to do some clean ups in the database.

If you have access to the library source, you might want to consider replacing 
the JVM shutdown hook with a ServletContextListener.  This will do the 
appropriate cleanup whenever the webapp is stopped (e.g., redeployment), rather 
than just when Tomcat terminates - and get rid of the class not found problem.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to