Hi, TC persists the session, yes, but that doesn't explain a ClassNotFoundException. Is the CNFE in your own code? If so post the relevant chunk.
Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Keshav Sarin [mailto:[EMAIL PROTECTED] >Sent: Wednesday, July 14, 2004 3:25 PM >To: [EMAIL PROTECTED] >Subject: Tomcat 5 fails on serialized objects > >I have a class that implements Serializable. This class is put in a web >app deployed under TC. when the webapp is accessed via a browser, an >instance of this class is placed in the web session by the webapp. > >If an active session contains an instance of this class and if TC is >restarted, when webapp tries to create an instance of this class, TC >throws a ClassNotFoundException for this class. > >Everything works fine if the webapp cleans the session i.e. by calling >session.invalidate(). > >What is happening here? Does TC persist the session? > >Using TC 5.0.25, Win XP. > >Thanks >Keshav > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
