[ http://nagoya.apache.org/jira/browse/GERONIMO-357?page=history ] Aaron Mulder closed GERONIMO-357: ---------------------------------
> Command line deployer should be able to connect to remote server > ---------------------------------------------------------------- > > Key: GERONIMO-357 > URL: http://nagoya.apache.org/jira/browse/GERONIMO-357 > Project: Apache Geronimo > Type: Improvement > Components: deployment > Versions: 1.0-M2 > Reporter: Jeremy Boynes > Assignee: Aaron Mulder > Fix For: 1.0-M3 > > Currently the command line deployer (bin/deployer.jar) works offline by > installing configurations directly into the server's config-store. > We support online deployment using the JSR-88 interface by providing the > necessary plugin. > It would useful to merge the two and extend the command line deployer so that > it can connect to a remote server and deploy things there. The usage of this > would be something like: > java -jar bin/deployer.jar > --host localhost > --user bob > --password bob > --module myapp.ear > --plan myplan.xml > which would construct a JSR-88 url for the server, connect and distribute and > start the application. > We should also allow direct specification of the server's connectior url: > java -jar bin/deploy.jar > --server deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector > --user bob > --password bob > --module myapp.ear > --plan myplan.xml > just in case other transports are in use. > The converse undeploy operation would also be useful. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
