1 Reply Latest reply on Jul 15, 2014 12:19 PM by wdfink

    Start Jboss when EAR and WAR files are deployed in Domain mode

    anilj

      Hi All,

       

      Can someone please tell me how to start the Jboss when I have deployed my application in domain mode  which is /Jboss/domain/data.

       

      In general, we start the Jboss when deployed in standalone mode as : standalone.bat -c standalone-full.xml -b 0.0.0.0

       

      Also I am using a single node.

       

      Thanks for your help in advance.

       

      regards,

      Anil

        • 1. Re: Start Jboss when EAR and WAR files are deployed in Domain mode
          wdfink

          What you mean by

          Can someone please tell me how to start the Jboss when I have deployed my application in domain mode  which is /Jboss/domain/data.

          I suppose you drop the application archive to the folder, right? That is not possible.

          You need to use the CLI command line or the management console.

           

          The domain mode is a different concept you should read the documentation for that.