I am setting up a distributed load testing scenario using Jmeter.
I have tested that all the ports that are involved (at least in my test case are the following)
**client.rmi.localport=6000 (to get the results from the servers)
server_port=1099 (Jmeter listener in the server)
server.rmi.localport=50000 (port to answer to the client)**
My question is how do the client send the test script to the servers? which port is used? Thanks.