Thanks for the assistance, through trial and error I was able to find the problem.
It appears that Jmeter will ignore the proxy settings if the target site is local. I was able to get it working by relocating my test site and proxy to another server. I had everything local while I was creating my test scripts. Thanks, Patrick -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 5:50 PM To: JMeter Users List Subject: Re: Question Regarding JMeter Testing Through Proxy The -H and -P options should work. What Samplers are you using? S. On 31/01/06, Patrick Clark <[EMAIL PROTECTED]> wrote: > I am having difficulty getting jmeter to run tests through a proxy server. > I am using version 2.1.1. I have tried the following command line options: > > --proxyHost 192.168.1.102 --proxyPort 64069 > > -H 192.168.1.102 -P 64069 > > I found this one in a very old archive: > -Dhttp.proxyHost=192.168.1.102 -Dhttp.proxyPort=64069 > > All three attempts did not connect through the proxy server. Am I > missing something? I searched the archives and did not find anyone > else who is having this problem. > > The proxy server is active. I have successfully used Internet > Explorer to connect throuhg the proxy to the internet and access web > sites. This includes the one I am attempting to load test. > > Any help would be greatly appreciated. > > Thanks, > Patrick > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

