0 Replies Latest reply on Sep 16, 2016 9:50 AM by gadagi08

    Jboss 6.4 Multiple EAR deployment

    gadagi08

      Hi,

       

      As i have four EAR's which have the same structure as EAR(conatinging)>JAR's,WAR and EJB, where WAR >jars, JSP, class files

      When i am trying to deploy the EAR's i am facing the classNot found exception of the common jar which is loaded by the First EAR.

      Since i used the jboss-deployment-structure.xml and excluded the EAR each other and added the subdeployment as EAR containing WAR and JAR's.

       

      EAR

      |->META-INF

                |->jboss-deployment-structure.xml

                |->application.xml

                |->MANIFEST.MF

      |->JAR's

      |->WAR

           |->WEB-INF

                     |->classes

                     |->lib(containing JAR's which are common from EAR)

                     |->web.xml

                     |->jboss-web.xml

          |->META-INF