From 9aeb8a26fa090dcafe55dfbe1848186a1736cfc6 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 28 Jun 2011 19:35:06 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51443 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 | 4 ++++ webapps/docs/config/cluster-manager.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index b2628e0d5..dcf596b94 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -239,6 +239,10 @@ ROOT web application. (kkolinko) + 51443: Document the notifySessionListenersOnReplication + attribute for the DeltaManager. (markt) + + 51447: 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) diff --git a/webapps/docs/config/cluster-manager.xml b/webapps/docs/config/cluster-manager.xml index 1c9db997b..233b76d44 100644 --- a/webapps/docs/config/cluster-manager.xml +++ b/webapps/docs/config/cluster-manager.xml @@ -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. + + Set to true if you wish to have session listeners notified + when sessions are created and expired across Tomcat nodes in the + cluster. + The time in seconds to wait for a session state transfer to complete from another node when a node is starting up. -- 2.11.0