1 Reply Latest reply on Apr 12, 2006 11:37 AM by jiwils

    Remote deployment of WARs, EARs and JARs

    fernando1910

      Hi!

      I am a member of a small group of developers who share a common linux server (which has a JBoss application server running on it) for testing purposes.

      I am looking for a way to allow all team members to deploy our WARs/EARs/JARs on the remote JBoss server without having to log on to the OS or to perform an ftp to a directory on the server.

      Is there a way to perform such a task from JBoss management tools? Is there an Eclipse plug-in that allows the developer to perform such remote deployment?

      Thanks in advance.

      Fernando

        • 1. Re: Remote deployment of WARs, EARs and JARs
          jiwils

           

          "Fernando1910" wrote:
          I am looking for a way to allow all team members to deploy our WARs/EARs/JARs on the remote JBoss server without having to log on to the OS or to perform an ftp to a directory on the server.

          Check out the jboss.system:service=MainDeployer MBean via the JMX console. There is a deploy method that takes a URL, and it is easy enough to run a small web server on your workstation to host your components so that they can be deployed in this manner.