You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2012/01/15 15:13:35 UTC

svn commit: r1231672 - /jmeter/trunk/bin/jmeter.properties

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
 



Re: svn commit: r1231672 - /jmeter/trunk/bin/jmeter.properties

Posted by sebb <se...@gmail.com>.
I think this also needs documenting in

http://jmeter.apache.org/usermanual/remote-test.html

On 15 January 2012 14:13,  <pm...@apache.org> 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
>
>
>