Author: jgoodyear
Date: Tue Nov 1 18:26:58 2011
New Revision: 1196192
URL: http://svn.apache.org/viewvc?rev=1196192&view=rev
Log:
[KARAF-976] Update Apache Karaf 2.2.x documentation for Child Instances.
Updated to reflect current 2.2.x output for create command.
Modified:
karaf/branches/karaf-2.2.x/manual/src/main/webapp/users-guide/child-instances.conf
Modified:
karaf/branches/karaf-2.2.x/manual/src/main/webapp/users-guide/child-instances.conf
URL:
http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/manual/src/main/webapp/users-guide/child-instances.conf?rev=1196192&r1=1196191&r2=1196192&view=diff
==============================================================================
---
karaf/branches/karaf-2.2.x/manual/src/main/webapp/users-guide/child-instances.conf
(original)
+++
karaf/branches/karaf-2.2.x/manual/src/main/webapp/users-guide/child-instances.conf
Tue Nov 1 18:26:58 2011
@@ -10,30 +10,33 @@ h2. Creating child instances
You create a new runtime instance by typing
[{{admin:create}}|/commands/admin-create] in the Karaf console.
-As shown in the following example, {{admin:create}} causes the runtime to
create a new runtime installation in the active runtime's {{instances/[name]}
directory. The new instance is a new Karaf instance and is assigned an SSH
port number based on an incremental count starting at 8101 and a RMI registry
port number based on an incremental count starting at 1099.
+As shown in the following example, {{admin:create}} causes the runtime to
create a new runtime installation in the active runtime's {{instances/[name]}
directory. The new instance is a new Karaf instance and is assigned an SSH
port number based on an incremental count starting at 8101 and a RMI registry
port number based on an incremental count starting at 1099/44444.
{code}
-karaf@root> admin:create finn
-Creating new instance on SSH port 8106 and RMI port 1100 at:
/home/fuse/esb4/instances/finn
-Creating dir: /home/fuse/esb4/instances/finn/bin
-Creating dir: /home/fuse/esb4/instances/finn/etc
-Creating dir: /home/fuse/esb4/instances/finn/system
-Creating dir: /home/fuse/esb4/instances/finn/deploy
-Creating dir: /home/fuse/esb4/instances/finn/data
-Creating file: /home/fuse/esb4/instances/finn/etc/config.properties
-Creating file: /home/fuse/esb4/instances/finn/etc/java.util.logging.properties
-Creating file:
/home/fuse/esb4/instances/finn/etc/org.apache.felix.fileinstall-deploy.cfg
-Creating file: /home/fuse/esb4/instances/finn/etc/org.apache.karaf.log.cfg
-Creating file: /home/fuse/esb4/instances/finn/etc/org.apache.karaf.features.cfg
-Creating file: /home/fuse/esb4/instances/finn/etc/org.ops4j.pax.logging.cfg
-Creating file: /home/fuse/esb4/instances/finn/etc/org.ops4j.pax.url.mvn.cfg
-Creating file: /home/fuse/esb4/instances/finn/etc/startup.properties
-Creating file: /home/fuse/esb4/instances/finn/etc/system.properties
-Creating file: /home/fuse/esb4/instances/finn/etc/org.apache.karaf.shell.cfg
-Creating file:
/home/fuse/esb4/instances/finn/etc/org.apache.karaf.management.cfg
-Creating file: /home/fuse/esb4/instances/finn/bin/karaf
-Creating file: /home/fuse/esb4/instances/finn/bin/start
-Creating file: /home/fuse/esb4/instances/finn/bin/stop
+karaf@root> admin:create alpha
+Creating new instance on SSH port 8102 and RMI ports 1100/44445 at:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha
+Creating dir: /x3/karaf/test/apache-karaf-2.2.4/instances/alpha/bin
+Creating dir: /x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc
+Creating dir: /x3/karaf/test/apache-karaf-2.2.4/instances/alpha/system
+Creating dir: /x3/karaf/test/apache-karaf-2.2.4/instances/alpha/deploy
+Creating dir: /x3/karaf/test/apache-karaf-2.2.4/instances/alpha/data
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/config.properties
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/jre.properties
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/custom.properties
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/java.util.logging.properties
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/org.apache.felix.fileinstall-deploy.cfg
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/org.apache.karaf.log.cfg
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/org.apache.karaf.features.cfg
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/org.ops4j.pax.logging.cfg
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/org.ops4j.pax.url.mvn.cfg
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/startup.properties
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/users.properties
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/system.properties
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/org.apache.karaf.shell.cfg
+Creating file:
/x3/karaf/test/apache-karaf-2.2.4/instances/alpha/etc/org.apache.karaf.management.cfg
+Creating file: /x3/karaf/test/apache-karaf-2.2.4/instances/alpha/bin/karaf
+Creating file: /x3/karaf/test/apache-karaf-2.2.4/instances/alpha/bin/start
+Creating file: /x3/karaf/test/apache-karaf-2.2.4/instances/alpha/bin/stop
karaf@root>
{code}