> From: Mastrorillo Laurence 
> 2007-08-08 12:04:12 fileStore[/]: java.lang.ClassNotFoundException: 
[...]
>         at 
> org.apache.catalina.session.FileStore.load(FileStore.java:336)

I suspect Tomcat persisted its session state to disk at shutdown, and is
trying to re-read those sessions.  Instances of your class are stored in
the saved sessions.  Delete the session state and you should be OK.

                - Peter

---------------------------------------------------------------------
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