3 Replies Latest reply on Jan 20, 2014 10:00 AM by wdfink

    jboss-as-7.1.0.Final - deploy of *.ear fails

    lbjugstad

      Hi all,

       

      I am new to Jboss. I am trying to deploy a web application on my Windows 7 Desktop. Jboss is up and running and I have edited the following files from the OOTB zip (according to the documentation of my web application):

       

      \jboss-as-7.1.0.Final\standalone\configuration\standalone.xml

       

      added:

       

      <subsystem xmlns="urn:jboss:domain:ee:1.0"/>

           <global-modules>

                <module name="org.jboss.as.jmx" slot="main"/>

           </global-modules>

      </subsystem>

       

       

      jboss-as-7.1.0.Final\modules\org\jboss\as\connector\main\module.xml

       

      added:

       

      <module name="org.jboss.as.jmx"/>

       

      The jboss is up and running; however, when I add the .ear file to the

       

      jboss-as-7.1.0.Final\standalone\deployments\

       

      It fails and I get the following log-file.

       

      I also attached the .ear-file.

       

      Anyone who knows what I am doing wrong?