As far as I know, it's not possible to fix this for the standard HTTP implementation, as the proxy handling is done by the Java library code. There does not seem to be any way to control the proxy used, apart from setting the appropriate properties. I suppose one could try setting the appropriate properties every time a connection was created, but this would require synchronizing, and there's no control over connection re-use.
However, the Apache HTTP Client implementation does allow the proxy to be set on a per connection basis, so it would be possible to add this. May I suggest filing a Bugzilla enhancement request? S. On 29/09/05, Peter Lin <[EMAIL PROTECTED]> wrote: > it's probably going to require an enhancement so that JMeter selectively > uses a proxy for a specific host:port. > > > peter > > > On 9/29/05, bugfactory anonyme <[EMAIL PROTECTED]> wrote: > > > > Hello. > > > > I want to load test a complex web site that uses multiple servers. To > > access > > some of them, I have to go through a proxy. To access other, I have to not > > go through a proxy. > > > > Firefox, for instance, can choose not to use a proxy for certain servers > > (usually localhost). However, Jmeter has to be configured through a > > command > > line (such as jmeter -H my.proxy.server -P 8000 -u username -a password) > > and > > I cannot find such an option. > > > > Does anyone know how to do that? Alternatively, can I dynamically change > > the > > proxy in a test plan? > > > > Thanks in advance. > > > > _________________________________________________________________ > > 10 Mo pour vos pièces jointes avec MSN Hotmail ! > > http://www.imagine-msn.com/hotmail/default.aspx?locale=fr-FR > > > > > > --------------------------------------------------------------------- > > 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]

