Hi, I have a cluster of Tomcat servers. The load balancing is made by a single apache mod_proxy_ajp server. I'd like to know if it's possible to have this :
---------- ---------- | LB 1 | | LB 2 | ---------- ---------- __________ __________ __________ | Tomcat1 | | Tomcat2 | | Tomcat3 | ---------- ---------- ---------- ...2 load balancers (load balanced by DNS round robin by ex.) and still having a working sticky session load balancing to the tomcat cluster. In fact, this could be possible if the mod_proxy_ajp could share the same 'sticky session' table. Do you know if it's already/technically/theoretically possible ?
