Author: kfujino
Date: Mon Sep 30 07:54:55 2013
New Revision: 1527475
URL: http://svn.apache.org/r1527475
Log:
Add document for sessionIdAttribute attribute in JvmRouteBinderValve.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml
tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-valve.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1527475&r1=1527474&r2=1527475&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon Sep 30 07:54:55 2013
@@ -81,6 +81,11 @@
Correct the javadoc for <code>org.apache.catalina.Lifecycle</code>.
(kfujino)
</fix>
+ <add>
+ Add document for sessionIdAttribute attribute in
+ <code>org.apache.catalina.ha.session.JvmRouteBinderValve</code>.
+ (kfujino)
+ </add>
</changelog>
</subsection>
</section>
Modified: tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml?rev=1527475&r1=1527474&r2=1527475&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml Mon Sep 30 07:54:55 2013
@@ -221,7 +221,7 @@ should be completed:</p>
<p>
<b>Hint:</b><br/>
With attribute <i>sessionIdAttribute</i> you can change the request
attribute name that included the old session id.
- Default attribute name is
<i>org.apache.catalina.cluster.session.JvmRouteOrignalSessionID</i>.
+ Default attribute name is
<i>org.apache.catalina.ha.session.JvmRouteOrignalSessionID</i>.
</p>
<p>
<b>Trick:</b><br/>
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-valve.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-valve.xml?rev=1527475&r1=1527474&r2=1527475&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-valve.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-valve.xml Mon Sep 30
07:54:55 2013
@@ -96,7 +96,10 @@
Default value is <code>true</code>
Runtime attribute to turn on and off turn over of the session's
jvmRoute value.
</attribute>
-
+ <attribute name="sessionIdAttribute" required="false">
+ Old sessionid before failover is registered in request attributes with
this attribute.
+ Default attribute name is
<code>org.apache.catalina.ha.session.JvmRouteOrignalSessionID</code>.
+ </attribute>
</attributes>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]