How to make tomcat 5 not persist session?

2005-01-11 Thread Gia Thornton
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;

Re: How to make tomcat 5 not persist session?

2005-01-11 Thread Gia Thornton
Hi, Sorry I have found the answer. I need to add Manager className=org.apache.catalina.session.StandardManager pathname=/ to application context. regards, Gia Thornton [EMAIL PROTECTED] wrote: Hi there, I am developing jsp to run in tomcat 5.0.18. I need to store a java class object