From 6f4477aa8e69f0880d5bcef000377b65a7a0df7b Mon Sep 17 00:00:00 2001 From: fhanik Date: Mon, 16 Oct 2006 19:23:34 +0000 Subject: [PATCH] Fixed manager registration and how manager names are handled. Make sure the manager has a reference to its container before its registered git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@464632 13f79535-47bb-0310-9956-ffa450edef68 --- conf/server.xml | 81 +++++++++++----------- java/org/apache/catalina/core/StandardContext.java | 13 ++-- .../catalina/ha/session/JvmRouteBinderValve.java | 4 +- .../apache/catalina/ha/tcp/SimpleTcpCluster.java | 40 ++++++++--- webapps/docs/cluster-howto.xml | 22 +++++- webapps/docs/config/cluster-receiver.xml | 2 +- 6 files changed, 98 insertions(+), 64 deletions(-) diff --git a/conf/server.xml b/conf/server.xml index 779f21667..8eb2dcaad 100644 --- a/conf/server.xml +++ b/conf/server.xml @@ -119,6 +119,45 @@ + + + - - - -