This is a variant of the previous question I asked: Possible to use Single URL for multiple tomcats
I noticed that Tomcat's load balancer, JK, supports round-robin weighted load balancing.
I'm wondering if it is possible for me to implement a custom load balancing policy that I can somehow plug into JK, or some alternative load balancer that works with Tomcat?
The only references to custom load balancer policies I could find are from Tomcat 5.x, which allows you to extend org.apache.webapp.balancer.Rule to implement a custom load balancer rule... but I'm not sure if this is still possible with Tomcat 7.