You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2011/06/28 21:35:06 UTC

svn commit: r1140806 - in /tomcat/trunk/webapps/docs: changelog.xml config/cluster-manager.xml

Author: markt
Date: Tue Jun 28 19:35:06 2011
New Revision: 1140806

URL: http://svn.apache.org/viewvc?rev=1140806&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51443
Document the notifySessionListenersOnReplication attribute for the DeltaManager.

Modified:
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/docs/config/cluster-manager.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1140806&r1=1140805&r2=1140806&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Jun 28 19:35:06 2011
@@ -239,6 +239,10 @@
         ROOT web application. (kkolinko)
       </fix>
       <fix>
+        <bug>51443</bug>: Document the notifySessionListenersOnReplication
+        attribute for the DeltaManager. (markt)
+      </fix>
+      <fix>
         <bug>51447</bug>: Viewing a back up session in the HTML Manager web
         application no longer changes the session to a primary session. Based on
         a patch provided by Eiji Takahashi. (markt)

Modified: tomcat/trunk/webapps/docs/config/cluster-manager.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-manager.xml?rev=1140806&r1=1140805&r2=1140806&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-manager.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-manager.xml Tue Jun 28 19:35:06 2011
@@ -100,6 +100,11 @@
         sessions are counted as active sessions irrespective if whether or not
         the current node is the primary node for the session.
       </attribute>
+      <attribute name="notifySessionListenersOnReplication" required="false">
+        Set to <code>true</code> if you wish to have session listeners notified
+        when sessions are created and expired across Tomcat nodes in the
+        cluster.
+      </attribute>
       <attribute name="stateTransferTimeout" required="false">
         The time in seconds to wait for a session state transfer to complete
         from another node when a node is starting up.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org