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 "Canno

Re: Tomcat 5.5 and Connection Pooling

2008-05-29 Thread Martin
]> To: Sent: Thursday, May 29, 2008 1:21 PM Subject: Tomcat 5.5 and Connection Pooling Hello, 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 sessio

Tomcat 5.5 and Connection Pooling

2008-05-29 Thread Mike
Hello, 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.WriteAbortedException: writing aborted; java.io.NotSerializableExceptio