Author: kfujino
Date: Thu May 24 08:40:03 2018
New Revision: 1832150

URL: http://svn.apache.org/viewvc?rev=1832150&view=rev
Log:
Fix javadoc.
remove old description.

Modified:
    
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java?rev=1832150&r1=1832149&r2=1832150&view=diff
==============================================================================
--- 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java
 (original)
+++ 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java
 Thu May 24 08:40:03 2018
@@ -60,9 +60,7 @@ import org.apache.tomcat.util.res.String
  * 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/>
+ * Add this Valve to your cluster definition at conf/server.xml .
  * 
  * <pre>
  *  &lt;Cluster&gt;
@@ -70,15 +68,6 @@ import org.apache.tomcat.util.res.String
  *  &lt;/Cluster&gt;
  * </pre>
  * 
- * <br />
- * Before 5.5.10 as Host element:<br/>
- * 
- * <pre>
- *  &lt;Host&gt;
- *  &lt;Valve 
className=&quot;org.apache.catalina.ha.session.JvmRouteBinderValve&quot; /&gt;  
- *  &lt;/Host&gt;
- * </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

Reply via email to