1 Reply Latest reply on Oct 18, 2006 6:02 AM by jaikiran

    How to start a jboos with single application

    pritesha

      hi,

      Is it possible in Jboss that i start the server with a particular path of my ear file. And jboss Server only deploy that application at the time of server startup.

      I have one more issue that in my server 5 ear is deployed and at any moment i have to run only 1 applicaton so is it possible that all other 4 ear file is undeploy at runtime.....

      thanks,
      Pritesh Agrawal

        • 1. Re: How to start a jboos with single application
          jaikiran

          The DeploymentManager deploys all the war's ear's etc... present in the deploy directly. However if you would like to stop these from being deployed, either remove the unneccesary ear's war's from that folder or rename them to xxx.ear.bak or xxx.war.bak. The Deployment manager will skip these applications.