Author: markt Date: Fri Apr 19 15:04:59 2013 New Revision: 1469869 URL: http://svn.apache.org/r1469869 Log: Remove reference to (removed) unnecessary listener
Modified: tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java Modified: tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java?rev=1469869&r1=1469868&r2=1469869&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java (original) +++ tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java Fri Apr 19 15:04:59 2013 @@ -50,15 +50,6 @@ import org.apache.tomcat.util.res.String * restarted! * * <p> - * For this valve to function correctly, so that all nodes of the cluster - * receive the sessionid change notifications that it generates, the following - * ClusterListener MUST be configured at all nodes of the cluster: - * {@link org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener - * JvmRouteSessionIDBinderListener} since Tomcat 5.5.10, and both - * JvmRouteSessionIDBinderListener and JvmRouteSessionIDBinderLifecycleListener - * for earlier versions of Tomcat. - * - * <p> * Add this Valve to your host definition at conf/server.xml . * * Since 5.5.10 as direct cluster valve:<br/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org