I have an elastic load balancer(ELB) which distributes the load to two web servers. I have two more servers for the database with active-passive configuration. I have used JMeter's test script recorder for recording browser activity. For this, I have used http://elb-address/demo.html in the Firefox address box. Unfortunately, my recording controller would only take one web server.
I want to re-run this with multiple thread groups. But, when I specify http://elb-address/demo.html it will only use one web server IP address.
How to instruct the load balancer to use multiple web servers. Please advise how to proceed.

