RE: java shutdown hook and classpath

2010-01-07 Thread Caldarale, Charles R
> 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 con

Re: java shutdown hook and classpath

2010-01-07 Thread Ziggy
Usually when i get these kind of problems i try and put the jar files in the tomcat common/lib folder to rule out class loader issues. Try and put the libraries there as all jar files in that folder will be picked up. On Thu, Jan 7, 2010 at 1:16 PM, David Wood wrote: > Hi and Happy New Year! >

java shutdown hook and classpath

2010-01-07 Thread David Wood
Hi and Happy New Year! I have a library that uses JDBC and is being used within a my web app. The library and JDBC driver jars are in the web app's WEB-INF/lib directory. The library installs a Java shutdown hook, which ultimately uses the JDBC driver to do some clean ups in the database. I'