THANKS PETER, I found out how to delete tomcat sessions that persists after un-deployement.
That did it !!
No more exceptions !



Peter Crowther a écrit :
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



--

---------------------------------------------
Laurence Mastrorillo

Medias-France CNES - BPi 2102
18, avenue Edouard Belin
31401 Toulouse cedex 9

Tel : 05.61.27.35.09 - Fax : 05.61.28.29.05
--------------------------------------------


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