You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2006/10/16 21:38:55 UTC

svn commit: r464636 - /tomcat/tc6.0.x/trunk/webapps/docs/cluster-howto.xml

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org