mirror of https://github.com/apache/jmeter.git
Add documentation for the property client.rmi.localport
Bugzilla Id: 65028
This commit is contained in:
parent
2def62e1e4
commit
f0f383cd7b
|
|
@ -285,8 +285,9 @@ remote_hosts=127.0.0.1
|
|||
# On the client:
|
||||
# - set remote_hosts=server:1234
|
||||
|
||||
# Parameter that controls the RMI port used by RemoteSampleListenerImpl (The Controller)
|
||||
# Default value is 0 which means port is randomly assigned
|
||||
# Parameter that controls the base for RMI ports used by RemoteSampleListenerImpl and RemoteThreadsListenerImpl (The Controller)
|
||||
# Default value is 0 which means ports are randomly assigned
|
||||
# If you specify a base port, JMeter will (at the moment) use the ports that start one after the given base.
|
||||
# You may need to open Firewall port on the Controller machine
|
||||
#client.rmi.localport=0
|
||||
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@ Summary
|
|||
|
||||
<h3>General</h3>
|
||||
<ul>
|
||||
<li><bug>65028</bug>Add documentation for the property <code>client.rmi.localport</code></li>
|
||||
</ul>
|
||||
|
||||
<ch_section>Non-functional changes</ch_section>
|
||||
|
|
|
|||
|
|
@ -343,8 +343,8 @@ JMETER-SERVER</source>
|
|||
Defaults to: <code>1099</code>
|
||||
</property>
|
||||
<property name="client.rmi.localport">
|
||||
Parameter that controls the RMI port used by the <code>RemoteSampleListenerImpl</code> (The Controller)<br/>
|
||||
Default value is <code>0</code>, which means port is randomly assigned.
|
||||
Parameter that controls the RMI ports used by <code>RemoteSampleListenerImpl</code> and <code>RemoteThreadsListenerImpl</code> (The Controller)<br/>
|
||||
Default value is <code>0</code>, which means ports are randomly assigned.
|
||||
If this is non-zero, it will be used as the base for local port numbers for the client engine.
|
||||
At the moment JMeter will open up to three ports beginning with the port defined in this property.
|
||||
<note>You may need to open corresponding ports in the firewall on the Controller machine.</note>
|
||||
|
|
|
|||
Loading…
Reference in New Issue