Lisa wrote:

> What is throwing the following Exception?  How to fix?
>
> ---
> INFO: Filter 'sessionFilter' configured successfully
> Feb 15, 2007 10:15:18 AM org.apache.catalina.session.StandardManager doLoad
> SEVERE: IOException while loading persisted sessions: java.io.EOFException

To me, this looks as if the serialized session data got somehow corrupted. You 
could try to move the corresponding files out of the way or delete them.
By default, for each webapp the session data will be serialized to
${catalina.home}/work/<Engine>/<Host>/<webapp>/SESSIONS.ser

Regards
  mks

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to