Hi,
I am developing servlet to run in tomcat 6.0.20. 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,
Daulatkhan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to