This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Remote deployment of WARs, EARs and JARsjiwils Apr 12, 2006 11:37 AM (in response to fernando1910)"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.
 
    