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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Feb 14 20:23:10 EST 2010


Author: gmeintjes
Date: 2010-02-14 20:23:10 -0500 (Sun, 14 Feb 2010)
New Revision: 100947

Modified:
   projects/docs/enterprise/5.0/mod_cluster/en-US/Book_Info.xml
   projects/docs/enterprise/5.0/mod_cluster/en-US/ConfigurationForJBossAS.xml
   projects/docs/enterprise/5.0/mod_cluster/en-US/MigratingFromModJK.xml
   projects/docs/enterprise/5.0/mod_cluster/en-US/Overview.xml
   projects/docs/enterprise/5.0/mod_cluster/en-US/Revision_History.xml
Log:
Amended as per review JBPAPP-3273

Modified: projects/docs/enterprise/5.0/mod_cluster/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/5.0/mod_cluster/en-US/Book_Info.xml	2010-02-14 10:55:47 UTC (rev 100946)
+++ projects/docs/enterprise/5.0/mod_cluster/en-US/Book_Info.xml	2010-02-15 01:23:10 UTC (rev 100947)
@@ -7,7 +7,7 @@
 	<productname>JBoss Enterprise Application Platform</productname>
 	<productnumber>5.0</productnumber>
 	<edition>1</edition>
-	<pubsnumber>2.1</pubsnumber>
+	<pubsnumber>2.2</pubsnumber>
 	<abstract>
 		<para>
 mod_cluster is an httpd-based load balancer that uses a

Modified: projects/docs/enterprise/5.0/mod_cluster/en-US/ConfigurationForJBossAS.xml
===================================================================
--- projects/docs/enterprise/5.0/mod_cluster/en-US/ConfigurationForJBossAS.xml	2010-02-14 10:55:47 UTC (rev 100946)
+++ projects/docs/enterprise/5.0/mod_cluster/en-US/ConfigurationForJBossAS.xml	2010-02-15 01:23:10 UTC (rev 100947)
@@ -12,11 +12,9 @@
 		<title>Common Configuration</title>
 		<para>
 			To begin configuring for JBoss AS, edit the following file:
-		</para>
-		
-<programlisting>
 <filename>$JBOSS_HOME/server/$PROFILE/deploy/jbossweb.sar/server.xml</filename>
-</programlisting>
+		</para>
+
 		<formalpara id="form-mod_cluster-Common_Configuration-Add_a_lifecycle_listener.">
 			<title>Add a lifecycle listener.</title>
 			<para>

Modified: projects/docs/enterprise/5.0/mod_cluster/en-US/MigratingFromModJK.xml
===================================================================
--- projects/docs/enterprise/5.0/mod_cluster/en-US/MigratingFromModJK.xml	2010-02-14 10:55:47 UTC (rev 100946)
+++ projects/docs/enterprise/5.0/mod_cluster/en-US/MigratingFromModJK.xml	2010-02-15 01:23:10 UTC (rev 100947)
@@ -185,7 +185,7 @@
 							-
 						</entry>
 						<entry>
-							mod_cluster behaves like mod_jk with value <varname>7</varname>
+							mod_cluster Behaves like mod_jk with value <varname>7</varname>
 						</entry>
 					</row>
 					<row>
@@ -240,7 +240,7 @@
 							-
 						</entry>
 						<entry>
-							mod_cluster receives this information via <varname>ENABLE/DISABLE/STOP</varname> messages
+							mod_cluster Receives this information via <varname>ENABLE/DISABLE/STOP</varname> messages
 						</entry>
 					</row>
 					<row>
@@ -251,7 +251,7 @@
 							-
 						</entry>
 						<entry>
-							mod_cluster handles this via the <varname>loadfactor</varname> logic
+							mod_cluster Handles this via the <varname>loadfactor</varname> logic
 						</entry>
 					</row>
 					<row>
@@ -317,11 +317,7 @@
 	<section>
 		<title>Migration from mod_proxy</title>
 		<para>
-		To migrate from mod_proxy to mod_cluster, refer to http://www.jboss.org/mod_cluster/native/mod_proxy.html.
-		</para>		
-		
-	 	<para>
-		As mod_cluster is a sophisticated balancer, migration from mod_proxy to mod_cluster is strait forward. mod_cluster replaces a reverse proxy with loadbalancing. A reversed proxy is configured as follows: 
+		As mod_cluster is a sophisticated balancer, migration from mod_proxy to mod_cluster is straight forward. mod_cluster replaces a reverse proxy with loadbalancing. A reversed proxy is configured as follows: 
 		</para>
 <programlisting><![CDATA[
 ProxyRequests Off

Modified: projects/docs/enterprise/5.0/mod_cluster/en-US/Overview.xml
===================================================================
--- projects/docs/enterprise/5.0/mod_cluster/en-US/Overview.xml	2010-02-14 10:55:47 UTC (rev 100946)
+++ projects/docs/enterprise/5.0/mod_cluster/en-US/Overview.xml	2010-02-15 01:23:10 UTC (rev 100947)
@@ -50,7 +50,7 @@
 	<section id="sect-mod_cluster-Overview-Advantages">
 		<title>Advantages</title>
 		<para>
-			mod_cluster currently holds the following advantages over other httpd-based load balancers:
+			mod_cluster Currently holds the following advantages over other httpd-based load balancers:
 		</para>
 		<formalpara id="form-mod_cluster-Advantages-Dynamic_configuration_of_httpd_workers">
 			<title>Dynamic configuration of httpd workers</title>
@@ -123,12 +123,12 @@
 		</para>
 	</section>
 	
-	<section id="sect-mod_cluster-Overview-Current_Limitations">
+<!-- <section id="sect-mod_cluster-Overview-Current_Limitations">
 		<title>Current Limitations</title>
 		<para>
 			The mod_cluster install currently has no known limitations.
 		</para>
-<!-- 	<itemizedlist>
+ 	<itemizedlist>
 			<listitem>
 				<para>
 					Dynamic load balance factor calculation support is currently limited to the JBoss AS integration.
@@ -145,8 +145,8 @@
 					Checksum verification of proxy advertisements (if advertise is enabled) will never fail.
 				</para>
 			</listitem>
-		</itemizedlist> -->
-	</section>
+		</itemizedlist> 
+	</section> -->
 
 </chapter>
 

Modified: projects/docs/enterprise/5.0/mod_cluster/en-US/Revision_History.xml
===================================================================
--- projects/docs/enterprise/5.0/mod_cluster/en-US/Revision_History.xml	2010-02-14 10:55:47 UTC (rev 100946)
+++ projects/docs/enterprise/5.0/mod_cluster/en-US/Revision_History.xml	2010-02-15 01:23:10 UTC (rev 100947)
@@ -6,8 +6,8 @@
 	<simpara>
 		<revhistory>
 			<revision>
-				<revnumber>2.1</revnumber>
-				<date>Fri 12 Feb 2010</date>
+				<revnumber>2.2</revnumber>
+				<date>Mon 15 Feb 2010</date>
 				<author>
 					<firstname>Gary</firstname>
 					<surname>Meintjes</surname>




More information about the jboss-cvs-commits mailing list