3 Replies Latest reply on Jul 20, 2004 6:17 AM by darranl

    Deploy an "ear" in JBoss

    chandan

      Hi,

      I am new to JBoss. Pls help me deploying an "ear" in JBoss-3.2.5.

      Thanks
      chandan

        • 1. Re: Deploy an
          darranl

          Just put the ear file in server/default/deploy (Assuming JBoss is running with the default config), the ear will then be deployed automatically.

          • 2. Re: Deploy an
            awagle

            Hi,

            Needed to something abt this error i m getting.

            i built a "ear" file and deployed it successfully in the default config. my app comes up correctly.

            now the same ear if i copy to minimal config, i get :

            ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing: blah blah.

            why is that so. what is missing ? the jboss-service.xml has not been changed and it has the deloyer.

            any help would be appreciated.

            Thx,
            Atul

            • 3. Re: Deploy an
              darranl

              Do not use the minimal configuration, it has the majority of services removed that are required to deploy the ear.