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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org