Tomcat – what is the experience with the load balancing service offered by amazon

amazon-web-servicesload balancingmod-jktomcat

We are currently using mod_jk and apache to load balance our tomcat servers. We would like to know what is the experience and comparison with the amazon AWS load balancer.

Best Answer

It works fine and is very simple to setup. Only problem I found is that there is no way to attach a root domain name to Amazon's ELB because ELB IP's changes. For me this is critical so I'm testing other solutions like HA Proxy.

ELB + Elastic IP would be a great solution for load balancing.