1 Reply Latest reply on Jul 20, 2006 5:17 AM by visolvejboss

    deployment options in JBoss

    jbossuser75

      can someone assist me in understanding and/or finding what are the deployment options in JBoss?

      for example: what are the tree levels of JBoss.

        • 1. Re: deployment options in JBoss
          visolvejboss

          Hello,

          Tree structure of EAR, WAR and JAR (deployment files) are shown below.

          Ear file consists of,

          META-INF/application.xml
          <Jar files>
          <war files>
          

          Under Jar file,
          META-INF/ejb-jar.xml
          META-INF/jboss.xml
          <application specific packages>/<class files>
          



          Under war file,
          <jsp/html files>
          WEB-INF/web.xml
          WEB-INF/jboss-web.xml
          WEB-INF/lib/<needed jar files>
          WEB-INF/classes/<packages and class files>