Author: pero
Date: Tue Aug 28 06:17:43 2007
New Revision: 570411

URL: http://svn.apache.org/viewvc?rev=570411&view=rev
Log:
Fix big 43215: Thanks Takayuki to report it -:)

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml?rev=570411&r1=570410&r2=570411&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml Tue Aug 28 
06:17:43 2007
@@ -103,7 +103,7 @@
     <attributes>
      <attribute name="mapSendOptions" required="false">
        The backup manager uses a replicated map, this map is sending and 
receiving messages.
-       You can setup the flag for how this map is sending messages, the 
default value is <code>8</code>(asynchronous).
+       You can setup the flag for how this map is sending messages, the 
default value is <code>6</code>(asynchronous).
      </attribute>
     </attributes>
   </subsection>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml?rev=570411&r1=570410&r2=570411&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml Tue Aug 28 06:17:43 
2007
@@ -108,7 +108,7 @@
       </p>
     </attribute>
     <attribute name="channelSendOptions" required="true">
-      <p>The Tribes channel send options, default is 11.<br/>
+      <p>The Tribes channel send options, default is <code>8</code>.<br/>
          This option is used to set the flag that all messages sent through 
the 
          SimpleTcpCluster uses. The flag decides how the messages are sent, 
and is a simple logical OR.<br/>
          



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to