> 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
th
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!
>