Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51443
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 28 Jun 2011 19:35:06 +0000 (19:35 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 28 Jun 2011 19:35:06 +0000 (19:35 +0000)
Document the notifySessionListenersOnReplication attribute for the DeltaManager.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1140806 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml
webapps/docs/config/cluster-manager.xml

index b2628e0..dcf596b 100644 (file)
         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)
index 1c9db99..233b76d 100644 (file)
         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.