Hi there,
   I am developing jsp to run in tomcat 5.0.18.  I need to store a java class 
object in session.  The class is not serialized.  I got error message:
 
SEVERE: IOException while loading persisted sessions: 
java.io.WriteAbortedException: writing aborted; 
java.io.NotSerializableException: (class name)
 
I know that tomcat use session manager to persist sessions and reload them when 
server starts up.  But I can not find where to configure it.  How can I turn it 
off so that I don't get the error message? Can anyone give some suggestion?  
Thank you very much.
 
 
regards,
 
 
 
 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to