Author: markt
Date: Mon Jul 7 14:40:46 2014
New Revision: 1608475
URL: http://svn.apache.org/r1608475
Log:
Add note about removal of
org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener
Modified:
tomcat/site/trunk/docs/migration-8.html
tomcat/site/trunk/xdocs/migration-8.xml
Modified: tomcat/site/trunk/docs/migration-8.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1608475&r1=1608474&r2=1608475&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Mon Jul 7 14:40:46 2014
@@ -221,6 +221,9 @@
<a href="#Database_Connection_Pooling">Database Connection Pooling</a>
</li>
<li>
+<a href="#Clustering">Clustering</a>
+</li>
+<li>
<a href="#Debugging">Debugging</a>
</li>
<li>
@@ -412,6 +415,22 @@ of Apache Tomcat.</p>
<div class="subsection">
+<h4 id="Clustering">Clustering</h4>
+<div class="text">
+
+
+<p>The addition of the <code>HttpServletRequest.changeSessionId()</code>
+ method in Servlet 3.1 made the
+ <code>org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener</code>
+ unnecessary so it has been removed. It must be removed from cluster
+ configurations when upgrading to Tomcat 8.</p>
+
+
+</div>
+</div>
+
+
+<div class="subsection">
<h4 id="Debugging">Debugging</h4>
<div class="text">
Modified: tomcat/site/trunk/xdocs/migration-8.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1608475&r1=1608474&r2=1608475&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-8.xml (original)
+++ tomcat/site/trunk/xdocs/migration-8.xml Mon Jul 7 14:40:46 2014
@@ -122,6 +122,16 @@ of Apache Tomcat.</p>
</subsection>
+ <subsection name="Clustering">
+
+ <p>The addition of the <code>HttpServletRequest.changeSessionId()</code>
+ method in Servlet 3.1 made the
+ <code>org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener</code>
+ unnecessary so it has been removed. It must be removed from cluster
+ configurations when upgrading to Tomcat 8.</p>
+
+ </subsection>
+
<subsection name="Debugging">
<p>When starting Tomcat with the <code>jpda</code> option to enable remote
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]