Jeremy Stein - Brain
« Java Timing Class | Crystal JNDI Tomcat » |
IOException while loading persisted sessions: java.io.EOFException
After I integrated Crystal Reports Java Reporting Component into my web application, I started getting this error on startup:
IOException while loading persisted sessions: java.io.EOFException
That’s because the Java web viewer (or perhaps the sample code) puts nonserializable data in the session. I had to change my tomcat/conf/Catalina/localhost/app.xml file to turn off Restart persistance by adding this element:
<Manager className="org.apache.catalina.session.StandardManager" pathname=""/>
One Comment
- skatc replied:
Thank you! Was having the same problem and this fixed it.
March 22nd, 2007 at 1:38 am. Permalink.
« Java Timing Class | Crystal JNDI Tomcat » |
Leave a Reply