All,
I'm not sure exactly when this started happening, but now reloads cause all my load-on-startup servlets classes to cause the following errors:


2003-10-25 11:57:14 StandardContext[/diagnosis]: Servlet /diagnosis threw load() exception
javax.servlet.ServletException: Wrapper cannot find servlet class org.apache.struts.action.ActionServlet or a class it depends on
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:891)
.
.
.
----- Root Cause -----
java.lang.ClassNotFoundException: org.apache.struts.action.ActionServlet
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1444)
.
.
2003-10-25 11:57:14 StandardContext[/diagnosis]: Servlet /diagnosis threw load() exception
javax.servlet.ServletException: Wrapper cannot find servlet class org.childhealthcare.diagnosis.servlet.InitServlet or a class it depends on
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:891)
.
.
.
----- Root Cause -----
java.lang.ClassNotFoundException: org.childhealthcare.diagnosis.servlet.InitServlet
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1444)
.
.



Pretty much one for each of the servlets that I have listed as load-on-startup. I checked, and there's no overlap between what I have in my web application's local lib directory and what's in TOMCAT_HOME/common/lib.


Does anyone have any ideas?

I only started noticing this behavior this morning; I have been switching over to Struts with Velocity-Tools, so those are the last two libraries that I have added to my application.

Otherwise, I'm not doing anything crazy.

Thanks in advance for any help,
-chris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to