0 Replies Latest reply on Jul 26, 2002 11:50 AM by sayers

    problem using struts in jboss.

    sayers

      I consistently get the same error when attempting to deploy our war file. This error has to do directly with our usage of struts. Any ideas?

      10:57:05,369 INFO [Jetty] Created temp dir C:\DOCUME~1\sayers\LOCALS~1\Temp\Jetty__8080___CMS for WebApplicationContext[/CMS,file:/C:/jboss/server/default/deploy/CMS.war/]
      10:57:09,505 ERROR [MainDeployer] could not start deployment: file:/C:/jboss/server/default/deploy/CMS.war/
      java.lang.NoClassDefFoundError: org/apache/struts/action/ActionServlet
      at java.lang.ClassLoader.defineClass0(Native Method)
      at java.lang.ClassLoader.defineClass(ClassLoader.java:493)

      Thank you.

      sayers