Author: kfujino
Date: Thu May 24 08:39:22 2018
New Revision: 1832149
URL: http://svn.apache.org/viewvc?rev=1832149&view=rev
Log:
Fix javadoc.
remove old description.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java?rev=1832149&r1=1832148&r2=1832149&view=diff
==============================================================================
---
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java
(original)
+++
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java
Thu May 24 08:39:22 2018
@@ -48,9 +48,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>
@@ -58,15 +56,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: [email protected]
For additional commands, e-mail: [email protected]