Did you delete all your .class of your application and rebuild them after removing myclass.java? It could be another class was referencing that class and was not recompiled, and as such can not be loaded anymore because reference another non existing class.
The stacktrace of Exception could be useful too. En l'instant précis du 08/08/07 13:46, Mastrorillo Laurence s'exprimait en ces termes: > Hi everybody, > > I am having a problem with an old class no longer in used in my > application. > I am using tomcat 5.0.18 with jdk 1.5 from ibm. > I undeployed the application, suppressed the class and every references > to it (I am sure of that!), and then deployed again in tomcat. > And in the catalina.out logs, I get the following error, again and > again : > java.lang.ClassNotFoundException: : myClass > > I thought it could be some problem of persisting sessions, so I waited > for all sessions to end, but they don't end because of that error > keeping them alive. > I even restarted tomcat. > Nothing seems to do it. > > This does not affect my application as I do not use that class anymore, > but it is affecting sessions and logs. > > Thanks if anyone have a clue. > -- http://www.noooxml.org/ --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]