Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 32032 invoked from network); 4 Oct 2004 19:26:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Oct 2004 19:26:49 -0000 Received: (qmail 18326 invoked by uid 500); 4 Oct 2004 19:25:39 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 18243 invoked by uid 500); 4 Oct 2004 19:25:38 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 18230 invoked by uid 99); 4 Oct 2004 19:25:38 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 04 Oct 2004 12:25:38 -0700 Received: (qmail 10315 invoked from network); 4 Oct 2004 19:27:32 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 4 Oct 2004 19:27:32 -0000 Message-ID: <1604898260.1096918052146.JavaMail.apache@nagoya> Date: Mon, 4 Oct 2004 12:27:32 -0700 (PDT) From: dev@geronimo.apache.org To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-357) Command line deployer should be able to connect to remote server Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/GERONIMO-357 Here is an overview of the issue: --------------------------------------------------------------------- Key: GERONIMO-357 Summary: Command line deployer should be able to connect to remote server Type: Improvement Status: Unassigned Priority: Major Project: Apache Geronimo Assignee: Reporter: Jeremy Boynes Created: Mon, 4 Oct 2004 12:27 PM Updated: Mon, 4 Oct 2004 12:27 PM Description: 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. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.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