Author: fhanik
Date: Mon Oct 16 12:38:54 2006
New Revision: 464636

URL: http://svn.apache.org/viewvc?view=rev&rev=464636
Log:
corrected default value

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

Modified: tomcat/tc6.0.x/trunk/webapps/docs/cluster-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/cluster-howto.xml?view=diff&rev=464636&r1=464635&r2=464636
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/cluster-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/cluster-howto.xml Mon Oct 16 12:38:54 2006
@@ -39,7 +39,7 @@
     The following is the default cluster configuration:<br/>
     <source>
         &lt;Cluster 
className=&quot;org.apache.catalina.ha.tcp.SimpleTcpCluster&quot;
-                 channelSendOptions=&quot;6&quot;&gt;
+                 channelSendOptions=&quot;8&quot;&gt;
 
           &lt;Manager 
className=&quot;org.apache.catalina.ha.session.BackupManager&quot;
                    expireSessionsOnShutdown=&quot;false&quot;



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

Reply via email to