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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 16 23:06:40 EDT 2010


Author: laubai
Date: 2010-03-16 23:06:39 -0400 (Tue, 16 Mar 2010)
New Revision: 102497

Modified:
   projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml
   projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Remoting.xml
Log:
Added change suggested in JBPAPP-2623.

Modified: projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml	2010-03-17 02:18:44 UTC (rev 102496)
+++ projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml	2010-03-17 03:06:39 UTC (rev 102497)
@@ -175,6 +175,7 @@
 worker.node1.host=node1.mydomain.com
 worker.node1.type=ajp13
 worker.node1.ping_mode=A
+worker.node1.lbfactor=1 
 
 # Define Node2
 # modify the host as your host IP or DNS name.
@@ -182,6 +183,7 @@
 worker.node2.host= node2.mydomain.com
 worker.node2.type=ajp13
 worker.node2.ping_mode=A
+worker.node2.lbfactor=1
 
 # Load-balancing behaviour
 worker.loadbalancer.type=lb

Modified: projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Remoting.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Remoting.xml	2010-03-17 02:18:44 UTC (rev 102496)
+++ projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Remoting.xml	2010-03-17 03:06:39 UTC (rev 102497)
@@ -46,7 +46,7 @@
 
 <para>In the Enterprise Application Platform, Remoting servers and clients are created far
   below the surface and are accessible only through configuration files.
-  Moreover, when a SLSB, for example, is downloaded from the JNDI directory, it
+  Moreover, when a proxy for a SLSB, for example, is downloaded from the JNDI directory, it
   comes with a copy of the InvokerLocator, so that it knows how to contact the
   appropriate Remoting server. <emphasis role="bold">The important fact to note
   is that, since the server and its clients share the InvokerLocator, the




More information about the jboss-cvs-commits mailing list