Sebb, When I start the jmeter-server the jmeter.log lists:
2006/02/14 20:50:16 INFO - jmeter.util.JMeterUtils: Setting Locale to en_US 2006/02/14 20:50:17 INFO - jmeter.JMeter: Set http[s].proxyHost: localhost Port: 5865 2006/02/14 20:50:17 INFO - jmeter.JMeter: Version 2.1.1 2006/02/14 20:50:17 INFO - jmeter.JMeter: java.version=1.4.2_11 2006/02/14 20:50:17 INFO - jmeter.JMeter: Locale=English (United States) 2006/02/14 20:50:17 INFO - jmeter.JMeter: Copyright (c) 1998-2005 The Apache Software Foundation 2006/02/14 20:50:17 INFO - jmeter.engine.RemoteJMeterEngineImpl: Starting backing engine on 1099 2006/02/14 20:50:18 INFO - jmeter.engine.RemoteJMeterEngineImpl: Bound to registry on port 1099 So it should work?!?! But then something else is wrong because it definitely doesn't. Any ideas? Cheers Oliver -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, 15 March 2006 07:06 To: JMeter Users List Subject: Re: Remote testing with JMeter If the proxy command-line flags are recognised/processed, then JMeter should log an informational message to say so. The way it implements the proxy is to define the Java properties: http.proxyHost http.proxyPort Likewise for https. These settings are then picked up by the HTTP protocol code. So it should work ... Perhaps you can check the jmeter.log files for the non-GUI and server cases, and see if the message is logged. Perhaps you could add these logs to the Bugzilla issue. You can also try defining the appropriate Java properties by using the appropriate java command-line flags. S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

