I have 4 intstances of Tomcat 7 server and deployed my web App on all the instances. I am using HAProxy load balancer for load balancing. In front end I am using Apche2 web server and behind Tomcat 7. HAproxy is redirecting a;; the request towards different tomcat instance. Now the throughput is 60request/secs. I would like to get 200-500 requests/sec. What all are the configuration parameters in HAProxy need to set to achieve this. I am using Linux CentOs 6.3 version.
All the instances of Tomcat and Apache are running on the same Machine.
Thanks