[jboss-cvs] JBossAS SVN: r101748 - projects/docs/enterprise/EWP_5.0/mod_cluster/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 2 19:23:29 EST 2010


Author: laubai
Date: 2010-03-02 19:23:28 -0500 (Tue, 02 Mar 2010)
New Revision: 101748

Modified:
   projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/Book_Info.xml
   projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/ConfigurationForJBossAS.xml
   projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/Overview.xml
   projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/QuickStartGuide.xml
   projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/mod_cluster_User_Guide.ent
Log:
Corrected acronym use.

Modified: projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/Book_Info.xml	2010-03-03 00:18:40 UTC (rev 101747)
+++ projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/Book_Info.xml	2010-03-03 00:23:28 UTC (rev 101748)
@@ -7,10 +7,10 @@
 	<productname>JBoss Enterprise Web Platform</productname>
 	<productnumber>5.0</productnumber>
 	<edition>1</edition>
-	<pubsnumber>0.1</pubsnumber>
+	<pubsnumber>1.0</pubsnumber>
 	<abstract>
 		<para>
-mod_cluster Is an httpd-based load balancer that uses a
+mod_cluster is an httpd-based load balancer that uses a
 communication channel to forward requests from httpd to one of a
 set of application server nodes.
 </para>

Modified: projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/ConfigurationForJBossAS.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/ConfigurationForJBossAS.xml	2010-03-03 00:18:40 UTC (rev 101747)
+++ projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/ConfigurationForJBossAS.xml	2010-03-03 00:23:28 UTC (rev 101748)
@@ -11,7 +11,7 @@
 	<section id="sect-mod_cluster-Configuring_for_JBoss_AS-Common_Configuration">
 		<title>Common Configuration</title>
 		<para>
-			To begin configuring for JBoss Enterprise Web Platform (EWP), edit the following file:
+			To begin configuring for JBoss Enterprise Web Platform, edit the following file:
 <filename>$JBOSS_HOME/server/$PROFILE/deploy/jbossweb.sar/server.xml</filename>
 		</para>
 
@@ -34,7 +34,7 @@
 			</para>
 		</formalpara>
 		<para>
-			Sample server.xml:
+			Sample <filename>server.xml</filename>:
 		</para>
 		
 <screen>
@@ -54,9 +54,9 @@
 	</section>
 	
 	<section id="sect-mod_cluster-Configuring_for_JBoss_AS-JBoss_AS_Integration">
-		<title>JBoss EWP Integration</title>
+		<title>JBoss Enterprise Web Platform Integration</title>
 		<para>
-			The server.xml lifecycle listener used by mod_cluster in JBoss EWP functions as a simple bridge delegating all lifecycle events to a bean deployed in the JBoss microcontainer.
+			The server.xml lifecycle listener used by mod_cluster in JBoss Enterprise Web Platform functions as a simple bridge delegating all lifecycle events to a bean deployed in the JBoss microcontainer.
 		</para>
 		
 <programlisting>
@@ -79,7 +79,7 @@
 			</orderedlist>
 		</para>
 		<para>
-			To ensure that this delegate bean exists before JBoss Web is started, and does not get destroyed until JBoss Web shuts down, add an explicit microcontainer dependency. Update the WebServer bean contained in <filename>$JBOSS_HOME/server/<literal>$PROFILE</literal>/deploy/jbossweb.sar/META-INF/jboss-beans.xml</filename> with an appropriate dependency:
+			To ensure that this delegate bean exists before JBoss Web is started, and does not get destroyed until JBoss Web shuts down, add an explicit microcontainer dependency. Update the WebServer bean contained in <filename>$JBOSS_HOME/server/$PROFILE/deploy/jbossweb.sar/META-INF/jboss-beans.xml</filename> with an appropriate dependency:
 		</para>
 		
 <programlisting>

Modified: projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/Overview.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/Overview.xml	2010-03-03 00:18:40 UTC (rev 101747)
+++ projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/Overview.xml	2010-03-03 00:23:28 UTC (rev 101748)
@@ -105,7 +105,7 @@
 	<section id="sect-mod_cluster-Overview-Configuration">
 		<title>Configuration</title>
 		<para>
-			To configure for JBoss Enterprise Web Platform (EWP), refer to the relavant chapter in this publication.
+			To configure for JBoss Enterprise Web Platform, refer to the relavant chapter in this publication.
 		</para>
 	</section>
 	
@@ -119,7 +119,7 @@
 	<section id="sect-mod_cluster-Overview-Load_Balancing_Demo_Application">
 		<title>Load Balancing Demo Application</title>
 		<para>
-			The mod_cluster binary distribution for JBoss EWP includes a demo application that helps demonstrate how different server-side scenarios affect the routing of client requests by the load balancer. The demo application is located in the mod_cluster distribution's demo directory.
+			The mod_cluster binary distribution for JBoss Enterprise Web Platform includes a demo application that helps demonstrate how different server-side scenarios affect the routing of client requests by the load balancer. The demo application is located in the mod_cluster distribution's demo directory.
 		</para>
 	</section>
 	

Modified: projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/QuickStartGuide.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/QuickStartGuide.xml	2010-03-03 00:18:40 UTC (rev 101747)
+++ projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/QuickStartGuide.xml	2010-03-03 00:23:28 UTC (rev 101748)
@@ -258,7 +258,7 @@
 		<term>AdvertiseGroup IP:port </term>
 		<listitem>
 			<para>
-			That is the multicast address to use (something like 232.0.0.2:8888 for example). IP should correspond to <varname>AdvertiseGroupAddress</varname> and port to <literal>AdvertisePort</literal> in the JBoss EAP/JBossWeb/Tomcat configuration. Note that if JBoss EWP is used and the <literal>-u</literal> startup switch is included in the Enterprise Application Platform startup command, the default <varname>AdvertiseGroupAddress</varname> is the value passed via the <literal>-u</literal>. Default: 224.0.1.105:23364. If port is missing the default port will be used: 23364.  
+			That is the multicast address to use (something like 232.0.0.2:8888 for example). IP should correspond to <varname>AdvertiseGroupAddress</varname> and port to <literal>AdvertisePort</literal> in the JBoss EAP/JBossWeb/Tomcat configuration. Note that if JBoss Enterprise Web Platform is used and the <literal>-u</literal> startup switch is included in the Enterprise Application Platform startup command, the default <varname>AdvertiseGroupAddress</varname> is the value passed via the <literal>-u</literal>. Default: 224.0.1.105:23364. If port is missing the default port will be used: 23364.  
 			</para>
 		</listitem>
 </varlistentry>
@@ -572,7 +572,7 @@
 		<term>ManagerBalancerName</term>
 		<listitem>
 			<para>
-			<filename>ManagerBalancerName</filename> is the name of balancer to use when JBoss EWP/JBoss Web/Tomcat doesn't provide a balancer name. That is not supported in the current version. (Default value is used). Default: <filename>mycluster</filename>
+			<filename>ManagerBalancerName</filename> is the name of balancer to use when JBoss Enterprise Web Platform/JBoss Web/Tomcat doesn't provide a balancer name. That is not supported in the current version. (Default value is used). Default: <filename>mycluster</filename>
 			</para>
 		</listitem>
 	</varlistentry>
@@ -714,12 +714,12 @@
 			Extract the <classname>Java-side</classname> binary to a temporary directory. The following assumes it was extracted to <filename>/tmp/mod-cluster</filename>.
 		</para>
 		<para>
-			The next step depends on whether your target server is JBoss EWP or JBoss Web/Tomcat.
+			The next step depends on whether your target server is JBoss Enterprise Web Platform or JBoss Web/Tomcat.
 		</para>
 		<formalpara id="form-mod_cluster-Install_the_Java_side_binaries-Installing_in_JBoss_AS_5.x_and_up">
-			<title>Installing in JBoss EWP 5.0</title>
+			<title>Installing in JBoss Enterprise Web Platform 5.0</title>
 			<para>
-				Assume that <filename>$JBOSS_HOME </filename> indicates the root of your JBoss EWP install and that you want to use mod_cluster in the <literal>production</literal> profile:
+				Assume that <filename>$JBOSS_HOME </filename> indicates the root of your JBoss Enterprise Web Platform install and that you want to use mod_cluster in the <literal>production</literal> profile:
 			</para>
 		</formalpara>
 		
@@ -739,7 +739,7 @@
 		<!--<formalpara id="form-mod_cluster-Install_the_Java_side_binaries-Installing_in_JBoss_AS_4.2.x_or_4.3.x">
 			 <title>Installing in JBoss AS 4.2.x or 4.3.x</title>
 			<para>
-				Assuming <filename>$JBOSS_HOME</filename> indicates the root of your JBoss EWP install and that you want to use mod_cluster in the <literal>production</literal> profile:
+				Assuming <filename>$JBOSS_HOME</filename> indicates the root of your JBoss Enterprise Web Platform install and that you want to use mod_cluster in the <literal>production</literal> profile:
 			</para>
 		</formalpara>
 		
@@ -749,7 +749,7 @@
 	</section>
 	
 	<section id="sect-mod_cluster-Quick_Start_Guide-Configuring_JBoss_AS_JBoss_Web_or_Tomcat">
-		<title>Configuring JBoss EWP, JBoss Web or Tomcat</title>
+		<title>Configuring JBoss Enterprise Web Platform, JBoss Web or Tomcat</title>
 		<para>
 			mod_cluster is integrated into the web server by adding an implementation of the <application>Tomcat LifecycleListener</application> interface to the server's configuration, and by giving each node a unique name.
 		</para>
@@ -831,9 +831,9 @@
 	<section id="sect-mod_cluster-Quick_Start_Guide-Start_the_back_end_server">
 		<title>Start the back end server</title>
 		<formalpara id="form-mod_cluster-Start_the_back_end_server-Starting_JBoss_AS">
-			<title>Starting JBoss EWP</title>
+			<title>Starting JBoss Enterprise Web Platform</title>
 			<para>
-				To start <application>JBoss EWP</application> enter the following:
+				To start <application>JBoss Enterprise Web Platform</application> enter the following:
 			</para>
 		</formalpara>
 		
@@ -878,7 +878,7 @@
 				<orderedlist>
 					<listitem>
 						<para>
-							The first component is a <filename>war</filename> file that needs to be deployed in JBoss Web/Tomcat/JBoss EWP. The <filename>war</filename> includes a number of servlets:
+							The first component is a <filename>war</filename> file that needs to be deployed in JBoss Web/Tomcat/JBoss Enterprise Web Platform. The <filename>war</filename> includes a number of servlets:
 							<itemizedlist>
 		 						<listitem>
 									<para>
@@ -934,17 +934,17 @@
 				</listitem>
 				<listitem>
 					<para>
-							Install mod_cluster into your JBoss EWP/JBoss Web/Tomcat servers as described at Installation on the Java side.
+							Install mod_cluster into your JBoss Enterprise Web Platform/JBoss Web/Tomcat servers as described at Installation on the Java side.
 					</para>
 				</listitem>
 				<listitem>
 					<para>
-							Start httpd and your JBoss EWP/JBoss Web/Tomcat servers.
+							Start httpd and your JBoss Enterprise Web Platform/JBoss Web/Tomcat servers.
 					</para>
 				</listitem>
 				<listitem>
 					<para>
-							Deploy the <filename>load-demo.war</filename> found in the distribution's  <filename class='directory'>demo/server</filename>folder to your JBoss EWP/JBoss Web/Tomcat servers.
+							Deploy the <filename>load-demo.war</filename> found in the distribution's  <filename class='directory'>demo/server</filename>folder to your JBoss Enterprise Web Platform/JBoss Web/Tomcat servers.
 					</para>
 				</listitem>
 				<listitem>
@@ -981,22 +981,22 @@
 				</listitem>
 				<listitem>
 					<para>
-							Switch to the Request Balancing tab to see how many requests are going to each of your JBoss EWP/JBoss Web/Tomcat servers.
+							Switch to the Request Balancing tab to see how many requests are going to each of your JBoss Enterprise Web Platform/JBoss Web/Tomcat servers.
 					</para>
 				</listitem>
 				<listitem>
 					<para>
-							Switch to the "Session Balancing" tab to see how many active <literal>sessions</literal> are being hosted by each of your JBossEnterprise Application Platform/JBoss Web/Tomcat servers.
+							Switch to the "Session Balancing" tab to see how many active <literal>sessions</literal> are being hosted by each of your JBoss Enterprise Web Platform/JBoss Web/Tomcat servers.
 					</para>
 				</listitem>
 				<listitem>
 					<para>
-							Stop some of your JBoss EWP/JBoss Web/Tomcat servers and/or undeploy the <filename>load-demo.war</filename> from some of the servers and see the effect this has on load balancing.
+							Stop some of your JBoss Enterprise Web Platform/JBoss Web/Tomcat servers and/or undeploy the <filename>load-demo.war</filename> from some of the servers and see the effect this has on load balancing.
 					</para>
 				</listitem>
 				<listitem>
 					<para>
-							Restart some of your JBoss EWP/JBoss Web/Tomcat servers and/or re-deploy the <filename>load-demo.war</filename> to some of the servers and see the effect this has on load balancing.
+							Restart some of your JBoss Enterprise Web Platform/JBoss Web/Tomcat servers and/or re-deploy the <filename>load-demo.war</filename> to some of the servers and see the effect this has on load balancing.
 					</para>
 				</listitem>
 				<listitem>
@@ -1113,7 +1113,7 @@
 					</listitem>
 					<listitem>
 						<para>
-							If the JBoss EWP/JBoss Web/Tomcat servers are running the HttpConnector as well as the AJP connector, you can specify the address and port on which a particular server's HttpConnector is listening. The standard port is 8080.
+							If the JBoss Enterprise Web Platform/JBoss Web/Tomcat servers are running the HttpConnector as well as the AJP connector, you can specify the address and port on which a particular server's HttpConnector is listening. The standard port is 8080.
 						</para>
 					</listitem>
 				</orderedlist>

Modified: projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/mod_cluster_User_Guide.ent
===================================================================
--- projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/mod_cluster_User_Guide.ent	2010-03-03 00:18:40 UTC (rev 101747)
+++ projects/docs/enterprise/EWP_5.0/mod_cluster/en-US/mod_cluster_User_Guide.ent	2010-03-03 00:23:28 UTC (rev 101748)
@@ -1,4 +1,4 @@
-<!ENTITY PRODUCT "JBoss Enterprise Web Platform">
+<!ENTITY PRODUCT "JBoss Enterprise Application Platform">
 <!ENTITY BOOKID "mod_cluster_User_Guide">
 <!ENTITY YEAR "2010">
 <!ENTITY HOLDER "Red Hat, Inc">




More information about the jboss-cvs-commits mailing list