-
Feature Request
-
Resolution: Done
-
Minor
-
JBossAS-4.0.3 Final, JBossAS-4.0.3 SP1
-
None
-
Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration
The cache's ClusterName attribute in tc5-cluster-service.xml is hardcoded to "Tomcat-Cluster". We should use the jboss.partition.name system property in constructing this attribute to facilitate separating clusters without having to reconfigure the xml.
Will use <attribute name="ClusterName">${jboss.partition.name:DefaultPartition}-Tomcat</attribute> – appending the "-Tomcat" to help mitigate (human) confusion with the the JGroups channel name used in cluster-service.xml.