Author: kfujino Date: Thu Feb 14 09:31:41 2013 New Revision: 1446080 URL: http://svn.apache.org/r1446080 Log: JvmRouteSessionIDBinderListener that is no longer being used is removed from the default cluster configuration.
Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java?rev=1446080&r1=1446079&r2=1446080&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java (original) +++ tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Thu Feb 14 09:31:41 2013 @@ -652,7 +652,6 @@ public class SimpleTcpCluster extends Li protected void checkDefaults() { if ( clusterListeners.size() == 0 ) { - addClusterListener(new JvmRouteSessionIDBinderListener()); addClusterListener(new ClusterSessionListener()); } if ( valves.size() == 0 ) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org