3 Replies Latest reply on Aug 9, 2002 12:03 AM by winghoe

    deploying an EAR with a WAR

    forourke

      I am having difficult getting a EAR file to deploy if it contains a WAR file. I am using jboss3.0.0aplha

      I am getting
      org.jboss.deployment.J2eeDeploymentException: Error while starting test.war: org/apache/cactus/server/ServletTestRedirector, Cause: java.lang.NoClassDefFoundError: org/apache/cactus/server/ServletTestRedirector

      The code in my WAR file is a jar with uses cactus.jar The ServletTestRedirector is in cactus.jar and for some reason this jar cannot be found. I have tried a lot of things specifing a classpath in the manifest file. Should this manifest file be in the WAR file or in my jar in the WAR file - I have tried both with no success.

      Any help appreciated as this is totally frustrating.