Hi Trevor!
Make sure the virtual machine in which you run
JMeter has the following properties set:
http.proxyHost=<Name of your proxy>
http.proxyPort=<Port of the proxy>
For example you can call:
java -Dhttp.proxyHost=myproxy.com
-Dhttp.proxyPort=8080 org.apache.jmeter.NewDriver
(I am not quite sure right now about the classname...)
Hope this helps. Best wishes
Stefan
--- Trevor Palmer <tpalmer@wei.org> schrieb: > Hello,
>
> I am running the new JMeter1.6 behind a proxy server
> and I cannot figure out
> how to access external URL's (JMeter throws an
> UnknownHostException). I
> tried the command that was posted on the FAQ site
> but it does not seem to
> work. If anyone can help me I would greatly
> appreciate it.
>
> Thanks in advance.
> Trevor
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
>
__________________________________________________________________
Do You Yahoo!?
Gesendet von Yahoo! Mail - http://mail.yahoo.de
---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
|