2 Replies Latest reply on Aug 15, 2013 2:15 AM by tvautrin

    JBoss EAP 6.1.0 - Deployment of modules in domain mode with API

    tvautrin

      Hi everybody,

       

      I develop a tool with the management api to deploy automatically my packages (properties, EAR, etc...) in domain mode but I am looking for a solution to install modules on each servers programmatically (always with the api).

       

      Everything is ok with the standalone mode but what's the solution with the domain mode ?

       

      Have you got a tips ?

       

      Thanks

        • 1. Re: JBoss EAP 6.1.0 - Deployment of modules in domain mode with API
          wdfink

          Hello Thomas,

          welcome to the forum.

           

          What you mean by programaticaly? With script, Java or soemthing different?

          If it work for standalone the commend will be the same execpt that you have to specify the server-group

          • 2. Re: JBoss EAP 6.1.0 - Deployment of modules in domain mode with API
            tvautrin

            Hi

             

            I use Java to control the domain controller. I want create an application which take in parameter a custom package (zip file) with inside a deployment descriptor (For one or many server group, create datasource,  add property, install theses modules, deploy this application,...) .

             

            My tool explode the package, read the descriptor and install it. It's easy to deliver in production.

             

            I am looking for a solution to "upload" the modules contained in package to each server only with Java api.

             

            Thanks :)