Author: markt Date: Tue Jun 28 23:15:59 2011 New Revision: 1140900 URL: http://svn.apache.org/viewvc?rev=1140900&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51443 Document the notifySessionListenersOnReplication attribute for the DeltaManager.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1140900&r1=1140899&r2=1140900&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Tue Jun 28 23:15:59 2011 @@ -241,6 +241,10 @@ the circumstances in which the RequestDumperValve will consume the request's InputStream. Based on a patch by pid. (markt) </fix> + <fix> + <bug>51443</bug>: Document the notifySessionListenersOnReplication + attribute for the DeltaManager. (markt) + </fix> </changelog> </subsection> <subsection name="Other"> Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml?rev=1140900&r1=1140899&r2=1140900&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml Tue Jun 28 23:15:59 2011 @@ -109,6 +109,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