You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/11/28 15:22:37 UTC

svn commit: r1414721 - /karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/child-instances.conf

Author: jbonofre
Date: Wed Nov 28 14:22:36 2012
New Revision: 1414721

URL: http://svn.apache.org/viewvc?rev=1414721&view=rev
Log:
[KARAF-2027] Update the documentation around admin:connect in the child instance section

Modified:
    karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/child-instances.conf

Modified: karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/child-instances.conf
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/child-instances.conf?rev=1414721&r1=1414720&r2=1414721&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/child-instances.conf (original)
+++ karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/child-instances.conf Wed Nov 28 14:22:36 2012
@@ -77,9 +77,13 @@ h2. Connecting to a child instance
 You can connect to a started child instance's remote console using the [{{admin:connect}}|/commands/admin-connect] command which takes three arguments:
 
 {code}
-admin:connect [-u username] [-p password] instance 
+admin:connect [-u username] instance [command]
 {code}
 
+NB: the password will be prompted.
+
+NB: you can directly execute shell command on the target instance.
+
 Once you are connected to the child instance, the Karaf prompt changes to display the name of the current instance, as shown:
 
 {code}