Author: fhanik
Date: Mon Oct 16 15:24:41 2006
New Revision: 464699

URL: http://svn.apache.org/viewvc?view=rev&rev=464699
Log:
corrected defaults

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=464699&r1=464698&r2=464699
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/cluster-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/cluster-howto.xml Mon Oct 16 15:24:41 2006
@@ -54,6 +54,7 @@
             <Receiver 
className="org.apache.catalina.tribes.transport.nio.NioReceiver"
                       address="auto"
                       port="4000"
+                      autoBind="100"
                       selectorTimeout="5000"
                       maxThreads="6"/>
 
@@ -65,7 +66,7 @@
           </Channel>
 
           <Valve 
className="org.apache.catalina.ha.tcp.ReplicationValve"
-                 
filter=".*\.gif;.*\.js;.*\.jpg;.*\.png;.*\.htm;.*\.html;.*\.css;.*\.txt;"/>
+                 filter=""/>
 
           <Deployer 
className="org.apache.catalina.ha.deploy.FarmWarDeployer"
                     tempDir="/tmp/war-temp/"
@@ -73,7 +74,7 @@
                     watchDir="/tmp/war-listen/"
                     watchEnabled="false"/>
 
-          <ClusterListener 
className="org.apache.catalina.ha.session.ClusterSessionListener"/>
+          <ClusterListener 
className="org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener"/>
           <ClusterListener 
className="org.apache.catalina.ha.session.ClusterSessionListener"/>
         </Cluster>    
     </source>



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

Reply via email to