Re: Tomcat 5.5 and Connection Pooling

2008-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, Mike wrote: | I'm trying to set up connection pooling for Tomcat 5.5 but it | doesn't work. When I start Tomcat, it shows in the Catalina log this: | | SEVERE: Exception loading sessions from persistent storage | | java.io.WriteAbortedExceptio

RE: Tomcat 5.5 and Connection Pooling

2008-05-29 Thread Propes, Barry L
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 1:13 PM To: Tomcat Users List Subject: RE: Tomcat 5.5 and Connection Pooling The JDBC-ODBC bridge is pretty much junk, and should not be used for any real work. Try using a proper database with its associated

RE: Tomcat 5.5 and Connection Pooling

2008-05-29 Thread Caldarale, Charles R
> From: Mike [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5 and Connection Pooling > > SEVERE: Exception loading sessions from persistent storage Clean out Tomcat's work directory and see if that problem goes away. > My java code shows the error message that it "Cannot create > JDBC driver of cl

Re: Tomcat 5.5 and Connection Pooling

2008-05-29 Thread Martin
Looks like your container is attempting to serialize/deserialize Do those classes implement Serializable? (also..keep in mind A no-arg constructor must be accessible to any subclass that is serializable.) Martin - Original Message - From: "Mike" <[EMAIL PROTECTED]> To: Sent: Thursda