You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org> on 2004/11/05 07:00:39 UTC

[jira] Resolved: (GERONIMO-357) Command line deployer should be able to connect to remote server

     [ http://nagoya.apache.org/jira/browse/GERONIMO-357?page=history ]
     
Aaron Mulder resolved GERONIMO-357:
-----------------------------------

    Resolution: Fixed

> 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