Yes, you can do that (that's the way JMeter does it currently). The values are http.proxyHost and http.proxyPort (also https.proxyHost, https.proxyPort).
-Mike On 8 Aug 2002 at 12:40, Martin Ramshaw wrote: > >Applet communicates with Servlet using URLConnection > >through HTTP. We give direct URL of the destination > >servlet in applet code. > > > >Now I am confused that if there is some HTTP protocol > >options that let browser go through Proxy? And > >I would have to implement that in my applet code > >so that applet-servlet HTTP communication > >go through JMeter Proxy Server ? > > As far as I can remember, you can set the proxy settings > via System.setProperties() calls - which work the same > as passing them in via the command line as parameters. > > The ones you want (again, look this up as I am quoting from > memory) are HTTTP.PROXY and HTTP.PROXYPORT. > Their use will then be transparent. > > Regards > > Martin Ramshaw, Consultant > http://pages.sprint.ca/mramshaw/ > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

