I think this also needs documenting in http://jmeter.apache.org/usermanual/remote-test.html
On 15 January 2012 14:13, <[email protected]> wrote: > Author: pmouawad > Date: Sun Jan 15 14:13:34 2012 > New Revision: 1231672 > > URL: http://svn.apache.org/viewvc?rev=1231672&view=rev > Log: > Bug 52469 - Changes in Support of SSH-Tunneling of RMI traffic for Remote > Testing > > Modified: > jmeter/trunk/bin/jmeter.properties > > Modified: jmeter/trunk/bin/jmeter.properties > URL: > http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1231672&r1=1231671&r2=1231672&view=diff > ============================================================================== > --- jmeter/trunk/bin/jmeter.properties (original) > +++ jmeter/trunk/bin/jmeter.properties Sun Jan 15 14:13:34 2012 > @@ -164,6 +164,10 @@ remote_hosts=127.0.0.1 > # On the client: > # - set remote_hosts=server:1234 > > +# Parameter that controls the RMI port used by the RemoteSampleListenerImpl > +# Default value is 0 which means port is randomly assigned > +#client.rmi.localport=0 > + > # To change the default port (1099) used to access the server: > #server.rmi.port=1234 > > >
