From: fhanik Date: Mon, 16 Oct 2006 22:24:41 +0000 (+0000) Subject: corrected defaults X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=14c9ea31bff3353afc974c463cbf0ebdd48262e1;p=tomcat7.0 corrected defaults git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@464699 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/cluster-howto.xml b/webapps/docs/cluster-howto.xml index fb40a0438..c3bbef124 100644 --- a/webapps/docs/cluster-howto.xml +++ b/webapps/docs/cluster-howto.xml @@ -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>