[jboss-cvs] JBoss Messaging SVN: r2445 - trunk/docs/clustering/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 26 07:24:49 EST 2007


Author: juha at jboss.org
Date: 2007-02-26 07:24:49 -0500 (Mon, 26 Feb 2007)
New Revision: 2445

Modified:
   trunk/docs/clustering/en/modules/installation.xml
   trunk/docs/clustering/en/modules/overview.xml
Log:
confirmed doc against release

Modified: trunk/docs/clustering/en/modules/installation.xml
===================================================================
--- trunk/docs/clustering/en/modules/installation.xml	2007-02-26 12:17:19 UTC (rev 2444)
+++ trunk/docs/clustering/en/modules/installation.xml	2007-02-26 12:24:49 UTC (rev 2445)
@@ -17,6 +17,7 @@
    </para>
 
    <programlisting>
+      cd util
       ant -f release-admin.xml [-Did=node-id] [-Dports=port-config-label] cluster-node
    </programlisting>
 
@@ -59,6 +60,11 @@
    </para>
 
    <para>
+      Notice that you should have environment variable JBOSS_HOME correctly set to point to your JBoss AS distribution directory before executing any of the
+      scripts.
+   </para>
+   
+   <para>
       For example, in order to create the configuration for a four-node cluster intended to run
       on the same physical machine, use the following sequence:
    </para>

Modified: trunk/docs/clustering/en/modules/overview.xml
===================================================================
--- trunk/docs/clustering/en/modules/overview.xml	2007-02-26 12:17:19 UTC (rev 2444)
+++ trunk/docs/clustering/en/modules/overview.xml	2007-02-26 12:24:49 UTC (rev 2445)
@@ -37,7 +37,7 @@
 
       <para>
       When a message is sent from a message producer attached to a particular node to a
-      distributed quueue, a routing policy determines which partial queue will receive
+      distributed queue, a routing policy determines which partial queue will receive
       the message.
       </para>
 




More information about the jboss-cvs-commits mailing list