From 4c43feae256e1411f19e6062b4e97a1490dff281 Mon Sep 17 00:00:00 2001 From: fhanik Date: Fri, 29 Sep 2006 16:32:32 +0000 Subject: [PATCH] Update configurations options, this new feature allows a specific to overwrite what cluster manager is used by specifying a element inside the context element and the cluster will be notified of it. This allows for a cleaner config, as the cluster does no longer have to forward all manager settings, and allows documentation to be much clearer on what settings are available. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@451343 13f79535-47bb-0310-9956-ffa450edef68 --- conf/server.xml | 12 ++--- java/org/apache/catalina/Cluster.java | 8 +++ java/org/apache/catalina/core/StandardContext.java | 4 ++ java/org/apache/catalina/ha/ClusterManager.java | 1 + java/org/apache/catalina/ha/ClusterRuleSet.java | 9 ++++ .../apache/catalina/ha/session/BackupManager.java | 14 +++-- .../apache/catalina/ha/session/DeltaManager.java | 20 +++++++ .../ha/session/SimpleTcpReplicationManager.java | 4 ++ .../apache/catalina/ha/tcp/SimpleTcpCluster.java | 61 +++++++++++++--------- .../apache/catalina/tribes/MembershipListener.java | 2 +- 10 files changed, 100 insertions(+), 35 deletions(-) diff --git a/conf/server.xml b/conf/server.xml index 6d3d9cd71..50caa85c0 100644 --- a/conf/server.xml +++ b/conf/server.xml @@ -192,11 +192,11 @@ -->