Update configurations options, this new feature allows a specific <Context> to overwr...
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 29 Sep 2006 16:32:32 +0000 (16:32 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 29 Sep 2006 16:32:32 +0000 (16:32 +0000)
commit4c43feae256e1411f19e6062b4e97a1490dff281
tree913b615150081a48d23b23c263400c24bd4ce782
parent8ba31233d0dc6dbbe2513201dd92800040dd949f
Update configurations options, this new feature allows a specific <Context> to overwrite what cluster manager is used by specifying a <Manager> 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
java/org/apache/catalina/Cluster.java
java/org/apache/catalina/core/StandardContext.java
java/org/apache/catalina/ha/ClusterManager.java
java/org/apache/catalina/ha/ClusterRuleSet.java
java/org/apache/catalina/ha/session/BackupManager.java
java/org/apache/catalina/ha/session/DeltaManager.java
java/org/apache/catalina/ha/session/SimpleTcpReplicationManager.java
java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
java/org/apache/catalina/tribes/MembershipListener.java