<div dir="ltr"><span style="font-size:12.8px">Hi All,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Good Morning.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I am working in a Cloud based project where I encounter Scale-in/ Scale out of Tomcat instances.</div><div style="font-size:12.8px">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.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">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. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">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?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Could someone please share me <span style="font-size:12.8px">some links for doing the setup.</span></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks in Advance.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Best Regards,</div><div style="font-size:12.8px">Mohan</div></div>