[jboss-cvs] JBossAS SVN: r93112 - projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 1 22:49:53 EDT 2009


Author: irooskov at redhat.com
Date: 2009-09-01 22:49:53 -0400 (Tue, 01 Sep 2009)
New Revision: 93112

Modified:
   projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml
Log:
updated


Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml	2009-09-02 02:38:16 UTC (rev 93111)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml	2009-09-02 02:49:53 UTC (rev 93112)
@@ -69,6 +69,12 @@
            cluster but having it active on only one (but at least one)
            node is called a <emphasis>HA Singleton</emphasis>.</para>
          </listitem>
+	 
+	 <listitem>
+		 <para>
+			 Keeping deployed content in sync on all nodes in the cluster via the <literal>Farm</literal> service.
+		 </para>
+	 </listitem>
 	      
 	      </itemizedlist>
       </para>
@@ -151,7 +157,7 @@
               </note>
            </listitem>
            
-           <listitem>
+           <listitem> 
               <para id="clustering-prep-serverpeerid"><emphasis role="bold">Determine a unique integer "ServerPeerID" for each
               node.</emphasis>  This is needed for JBoss Messaging clustering,
               and can be skipped if you will not be running JBoss Messaging 
@@ -248,7 +254,7 @@
             address that will be used for intra-cluster communication. The 
             <literal>-b</literal> switch sets the address on which sockets 
             will be bound. The <literal>-D</literal> switch sets system
-            property <literal>jboss.messaging.ServerPeerId</literal>, from which
+            property <literal>jboss.messaging.ServerPeerID</literal>, from which
             JBoss Messaging gets its unique id.</para>
             </listitem>
             <listitem>
@@ -318,7 +324,7 @@
             the standard set of ports (e.g. JNDI on 1099). The second node uses
             the "ports-01" binding set, which by default for each port has an 
             offset of 100 from the standard port number (e.g. JNDI on 1199).
-            See the <literal>conf/bootstrap/bindings.xml</literal> file for the
+	    See the <literal>conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml</literal> file for the
             full ServiceBindingManager configuration.</para>
             
             <para>Note that this setup is not advised for production use,




More information about the jboss-cvs-commits mailing list