RE: Tomcat 5.5 and Database Connection Pooling

2008-05-29 Thread Propes, Barry L
maybe you can get what you need here? http://developers.sun.com/product/jdbc/drivers -Original Message- From: Martin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 3:02 PM To: Tomcat Users List Subject: Re: Tomcat 5.5 and Database Connection Pooling Hi Mike- TC 4.1 uses JDK

Re: Tomcat 5.5 and Database Connection Pooling

2008-05-29 Thread Martin
To: Sent: Thursday, May 29, 2008 3:05 PM Subject: Tomcat 5.5 and Database Connection Pooling Hello, When I clean out the work directory, it doesn't show the serializable error message. However, the second time I run it, it does show it. I was able to have the JDBC-ODBC

Re: Tomcat 5.5 and Database Connection Pooling

2008-05-29 Thread Mark Thomas
Mike wrote: Hello, When I clean out the work directory, it doesn't show the serializable error message. However, the second time I run it, it does show it. I was able to have the JDBC-ODBC Bridge work in Tomcat 4.1, so why shouldn't it work with 5.5? You are trying to seri

RE: Tomcat 5.5 and Database Connection Pooling

2008-05-29 Thread Propes, Barry L
To: users@tomcat.apache.org Subject: Tomcat 5.5 and Database Connection Pooling Hello, When I clean out the work directory, it doesn't show the serializable error message. However, the second time I run it, it does show it. I was able to have the JDBC-ODBC Bridge work in

Tomcat 5.5 and Database Connection Pooling

2008-05-29 Thread Mike
Hello, When I clean out the work directory, it doesn't show the serializable error message. However, the second time I run it, it does show it. I was able to have the JDBC-ODBC Bridge work in Tomcat 4.1, so why shouldn't it work with 5.5? Mike