Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

RE: tomcat is looking for a class I don't use anymore

Peter Crowther

2007-08-08

Replies:

> 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@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.