This is my second post attempt to try and resolve this.  If anyone
has any idea please let me know, thanks.

I did the following:

 - built the example app (ant dist.example)

 - copied the created struts.war from under the dist directory
   to jakarta-tomcat/webapps 

 - restarted tomcat and tried to hit

      http://localhost:8080/struts-example/ 

and then got the Exception below with no additional info.  
I'm using Tomcat 3.2 (but also got the same result with 3.1).

struts.jar is in jakarta-tomcat/webapps/struts-example/WEB-INF/lib/struts.jar
-- 

        Nick



Error: 500

Location: /struts-example/index.jsp

Internal Servlet Error:

javax.servlet.ServletException
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:399)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
        at org.apache.tomcat.core.Handler.service(Handler.java:286)
        at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at 
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
        at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
        at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
        at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Thread.java)

Root cause: 

java.lang.NoClassDefFoundError

Reply via email to