I had seen this once before on a coworker's machine.  He used some
Eclipse plugins for Tomcat and Struts, and was letting Eclipse
generate the war file.  I think a fresh download of Struts, and a
fresh compile outside of all those plugins, solved the problem.
(I think he went from ClassNotFoundEx: ActionServlet to something
concerning Commons Collections.)


On Thu, 2 Dec 2004 15:47:10 -0500, Bernd Prager
<[EMAIL PROTECTED]> wrote:
> Hm, the problem might already be somewhere else. Turning the log level
> to debug, reveales following error after tomcat startup before even I
> try to get my message ressource:
> 
> --- snip ----------------------
> SEVERE: Error loading WebappClassLoader
>  delegate: false
>  repositories:
>    /WEB-INF/classes/
> ----------> Parent Classloader:
> [EMAIL PROTECTED]
> org.apache.struts.ActionServlet
> java.lang.ClassNotFoundException: org.apache.struts.ActionServlet
>    at
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader
> .java:1332)
>    at
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader
> .java:1181)
>    at
> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.jav
> a:988)
> --- snip ----------------------
> 
> It looks to me that Tomcat is trying to instantiate
> org.apache.struts.ActionServlet before its even going to my app. I have
> struts.jar and all the commons-xxx.jars in my webapps\apps\WEB-INF\lib
> directory. Do I miss something else?
> 
> Thanks,
> -- Bernd
>

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

Reply via email to