Return-Path: X-Original-To: apmail-jmeter-dev-archive@minotaur.apache.org Delivered-To: apmail-jmeter-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 960B891AF for ; Sun, 15 Jan 2012 14:39:27 +0000 (UTC) Received: (qmail 89247 invoked by uid 500); 15 Jan 2012 14:39:27 -0000 Delivered-To: apmail-jmeter-dev-archive@jmeter.apache.org Received: (qmail 89216 invoked by uid 500); 15 Jan 2012 14:39:27 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 89208 invoked by uid 99); 15 Jan 2012 14:39:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2012 14:39:27 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.220.171 as permitted sender) Received: from [209.85.220.171] (HELO mail-vx0-f171.google.com) (209.85.220.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2012 14:39:20 +0000 Received: by vcbf11 with SMTP id f11so1535066vcb.2 for ; Sun, 15 Jan 2012 06:39:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=akR77EDNaD7zfcYgm9jXLq98DHJn124RkEgHLuUjkC0=; b=WF0qKHa0dUh+YbrZVXQTEU778XnPc5viAJFpCYFf7yN7uepx9t+h83f1bokLRHp58i aqMaaocnyQswnvenqwHwcfskUpssbWc4mE27BweF+RQGrmOhbxo503ANl2qoXnRfEqmT ObRNFdqZYhIVClo6XniUKfX+pTLBUgZP/4vik= MIME-Version: 1.0 Received: by 10.220.106.207 with SMTP id y15mr5113528vco.69.1326638338438; Sun, 15 Jan 2012 06:38:58 -0800 (PST) Received: by 10.220.0.129 with HTTP; Sun, 15 Jan 2012 06:38:58 -0800 (PST) In-Reply-To: <20120115141335.3766A2388860@eris.apache.org> References: <20120115141335.3766A2388860@eris.apache.org> Date: Sun, 15 Jan 2012 14:38:58 +0000 Message-ID: Subject: Re: svn commit: r1231672 - /jmeter/trunk/bin/jmeter.properties From: sebb To: dev@jmeter.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I think this also needs documenting in http://jmeter.apache.org/usermanual/remote-test.html On 15 January 2012 14:13, wrote: > Author: pmouawad > Date: Sun Jan 15 14:13:34 2012 > New Revision: 1231672 > > URL: http://svn.apache.org/viewvc?rev=3D1231672&view=3Drev > Log: > Bug 52469 - Changes in Support of SSH-Tunneling of RMI traffic for Remote= Testing > > Modified: > =A0 =A0jmeter/trunk/bin/jmeter.properties > > Modified: jmeter/trunk/bin/jmeter.properties > URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev= =3D1231672&r1=3D1231671&r2=3D1231672&view=3Ddiff > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- jmeter/trunk/bin/jmeter.properties (original) > +++ jmeter/trunk/bin/jmeter.properties Sun Jan 15 14:13:34 2012 > @@ -164,6 +164,10 @@ remote_hosts=3D127.0.0.1 > =A0# On the client: > =A0# - set remote_hosts=3Dserver:1234 > > +# Parameter that controls the RMI port used by the RemoteSampleListenerI= mpl > +# Default value is 0 which means port is randomly assigned > +#client.rmi.localport=3D0 > + > =A0# To change the default port (1099) used to access the server: > =A0#server.rmi.port=3D1234 > > >