Hi all,
I am using Tomcat clustering (with static membership) in one of my assignments. When a new instance gets added to the cluster, one static member tag should get added to server.xml of each instance of the cluster. But changing the server.xml means restarting the server - so if I have 10 instances in the cluster and I try to add a new one, we'll have to restart 10 servers because of change in their server.xml - which is not desired.
Is there any way out to reflect the change of server.xml without restarting the server? I am using Tomcat version 6.0.36.
(Dynamic membership cannot be added because of some restrictions)
Thanks in advanced,
Som