-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tom,
Tom Mader wrote:
> It appears that if I try to store a class in the session that contains
> anything other than native JDK types, I get a de-serialization error when
> the session is loaded after tomcat restarts.
There are several reasons this c
Send reply to: Tomcat Users List
Date sent: Fri, 05 Dec 2008 23:45:14 -0500 (EST)
Subject:RE: session de-serialization issue
From: Tom Mader <[EMAIL PROTECTED]>
To: Tomcat Users List
> Thank you Chuck!
>
> From: Tom Mader [mailto:[EMAIL PROTECTED]
> Subject: RE: session de-serialization issue
>
> Does the sun-packaged RPM work on CentOS 5.2 ?
No idea. I try to always get the product from the original vendor (Sun, in
this case), since the 3rd-party repackaged versions often to
Thank you Chuck!
Does the sun-packaged RPM work on CentOS 5.2 ?
or do i execute:
./j2sdk-1_4_2_19-linux-i586.bin -localinstall
>> 5-Dec-08 7:02:14 PM org.apache.catalina.session.StandardManager doLoad
>> SEVERE: IOException while loading persisted sessions:
>> java.io.InvalidClassException: inval
> From: Tom Mader [mailto:[EMAIL PROTECTED]
> Subject: session de-serialization issue
> 5-Dec-08 7:02:14 PM org.apache.catalina.session.StandardManager doLoad
> SEVERE: IOException while loading persisted sessions:
> java.io.InvalidClassException: invalid field type for
>
Hi-
I have an issue with session persistence that I can't figure out.
I am running:
CentOS 5.2
Tomcat 5.5.23
JDK 1.4.2
I would like my user sessions to be persisted across tomcat restarts.
I would like this to happen using the default write-to-file (SESSIONS.ser)
method of org.apache.catalina.