You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2004/11/09 04:50:27 UTC

svn commit: rev 56993 - geronimo/trunk/modules/deployment/src/java/org/apache/geronimo/deployment/cli

Author: ammulder
Date: Mon Nov  8 19:50:26 2004
New Revision: 56993

Modified:
   geronimo/trunk/modules/deployment/src/java/org/apache/geronimo/deployment/cli/ServerConnection.java
Log:
Whoops -- help text mixed up the components of the JSR-88 URI


Modified: geronimo/trunk/modules/deployment/src/java/org/apache/geronimo/deployment/cli/ServerConnection.java
==============================================================================
--- geronimo/trunk/modules/deployment/src/java/org/apache/geronimo/deployment/cli/ServerConnection.java	(original)
+++ geronimo/trunk/modules/deployment/src/java/org/apache/geronimo/deployment/cli/ServerConnection.java	Mon Nov  8 19:50:26 2004
@@ -53,7 +53,7 @@
                 "is available there, then the Geronimo server installation that the " +
                 "deployer JAR is part of.\n" +
                 "A URI to connect to Geronimo has the form: " +
-                "geronimo:deployer:jmx:rmi://localhost/jndi/rmi:/JMXConnector");
+                "deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector");
         OPTION_HELP.put("--driver", "If you want to use this tool with a server other than Geronimo, " +
                 "then you must provide the path to its driver JAR.  Currently, manifest " +
                 "Class-Path entries in that JAR are ignored.");