0 Replies Latest reply on Jul 21, 2005 10:45 AM by brain101

    isolated war deployment with jboss

      im trying to deploy a war inside an isolated ear file. the war file contains a struts application, inside the web-inf/lib folder are the following files:
      - struts-1.2.4.jar
      - jakarta-oro-2.0.8
      - commons-validato-1.1.3
      - commons-logging-1.0.2.jar
      - commons-fileupload-1.0.jar
      - commons-digester-1.5.jar
      - commons-collections-2.1.1.jar
      - commons-beanutils-1.6.jar
      deployment is ok. but when i access a .do url, it says ClassNotFoundException according my ActionServlets. but in the jmx console i can check, that they are successfully loaded