Author: kfujino Date: Thu May 24 08:37:54 2018 New Revision: 1832147 URL: http://svn.apache.org/viewvc?rev=1832147&view=rev Log: Fix javadoc. remove old description.
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=1832147&r1=1832146&r2=1832147&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java (original) +++ tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java Thu May 24 08:37:54 2018 @@ -50,9 +50,7 @@ import org.apache.tomcat.util.res.String * restarted! * * <p> - * Add this Valve to your host definition at conf/server.xml . - * - * Since 5.5.10 as direct cluster valve:<br> + * Add this Valve to your cluster definition at conf/server.xml . * * <pre> * <Cluster> @@ -60,15 +58,6 @@ import org.apache.tomcat.util.res.String * </Cluster> * </pre> * - * <br> - * Before 5.5.10 as Host element:<br> - * - * <pre> - * <Host> - * <Valve className="org.apache.catalina.ha.session.JvmRouteBinderValve" /> - * </Host> - * </pre> - * * <em>A Trick:</em><br> * You can enable this mod_jk turnover mode via JMX before you drop a node to * all backup nodes! Set enable true on all JvmRouteBinderValve backups, disable --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org