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:25:02 UTC

svn commit: r1414724 - /karaf/trunk/manual/src/main/webapp/users-guide/child-instances.conf

Author: jbonofre
Date: Wed Nov 28 14:25:01 2012
New Revision: 1414724

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

Modified:
    karaf/trunk/manual/src/main/webapp/users-guide/child-instances.conf

Modified: karaf/trunk/manual/src/main/webapp/users-guide/child-instances.conf
URL: http://svn.apache.org/viewvc/karaf/trunk/manual/src/main/webapp/users-guide/child-instances.conf?rev=1414724&r1=1414723&r2=1414724&view=diff
==============================================================================
--- karaf/trunk/manual/src/main/webapp/users-guide/child-instances.conf (original)
+++ karaf/trunk/manual/src/main/webapp/users-guide/child-instances.conf Wed Nov 28 14:25:01 2012
@@ -74,9 +74,13 @@ h2. Connecting to a child instance
 You can connect to a started child instance's remote console using the [{{instance:connect}}|/commands/instance-connect] command which takes three arguments:
 
 {code}
-karaf@root> instance: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}