From mhnvelu at gmail.com Wed Apr 6 14:19:22 2016 From: mhnvelu at gmail.com (Mohanavelu Subramanian) Date: Wed, 6 Apr 2016 23:49:22 +0530 Subject: [mod_cluster-dev] Adding Tomcat instances dynamically to Apache Load Balancer without restart Message-ID: Hi All, Good Morning. I am working in a Cloud based project where I encounter Scale-in/ Scale out of Tomcat instances. We have Apache load balancer as well. The requirement is to dynamically add any new Tomcat instances during scale out to Load balancer and remove tomcat instances during scale-in, without restart of balancer. I did initial analysis on this. I understand that with mod_jk or mod_proxy, we need to restart the balancer in the above cases. I came across module mod_cluster which supports to dynamically add or remove tomcat instances from load balancer, without restart. Here the tomcat automatically registers with load balancer through separate channel. But I have process running which gets the status of tomcat whether it is successfully started or not. Is there a way to register the tomcat through my process with the balancer instead of tomcat itself registering with balancer? Could someone please share me some links for doing the setup. Thanks in Advance. Best Regards, Mohan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/mod_cluster-dev/attachments/20160406/e78ddeb9/attachment.html