Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 70945 invoked from network); 2 Sep 2004 18:14:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Sep 2004 18:14:00 -0000 Received: (qmail 88811 invoked by uid 500); 2 Sep 2004 18:13:47 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 88684 invoked by uid 500); 2 Sep 2004 18:13:46 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 88589 invoked by uid 99); 2 Sep 2004 18:13:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [24.24.2.58] (HELO ms-smtp-04.nyroc.rr.com) (24.24.2.58) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Sep 2004 11:13:42 -0700 Received: from 192.168.1.100 (roc-69-201-79-10.rochester.rr.com [69.201.79.10]) by ms-smtp-04.nyroc.rr.com (8.12.10/8.12.10) with ESMTP id i82IDbt2008791 for ; Thu, 2 Sep 2004 14:13:37 -0400 (EDT) Subject: Re: Using the Proxy Server to record test scripts From: Michael Stover Reply-To: mstover1@apache.org To: JMeter Users List In-Reply-To: <010c01c49116$8d4f50b0$6601a8c0@akumac> References: <1307.152.14.9.137.1094058060.squirrel@152.14.9.137> <7748.1094127590@www70.gmx.net> <00f901c490f3$a9b3ebd0$6601a8c0@akumac> <1094140959.5736.17.camel@DaVinci> <010c01c49116$8d4f50b0$6601a8c0@akumac> Content-Type: text/plain; charset=iso-8859-1 Organization: Apache Software Foundation Message-Id: <1094149660.5738.19.camel@DaVinci> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5-4mdk Date: Thu, 02 Sep 2004 14:27:40 -0400 Content-Transfer-Encoding: 8bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N It's application wide, so I don't see it going on the proxy panel. Also, it's a startup option, so really, the UI could only indicate if a proxy server was being used, or not. -Mike On Thu, 2004-09-02 at 13:59, joelsherriff wrote: > I stand corrected - I learn something new every day. That would be a good > thing to put on the proxy panel. > > ----- Original Message ----- > From: "Michael Stover" > To: "JMeter Users List" > Sent: Thursday, September 02, 2004 12:02 PM > Subject: Re: Using the Proxy Server to record test scripts > > > > Hey now, that's just not true. You can start JMeter with information > > about a proxy server it should use: > > > > jmeter -H proxyHost -P proxyPort > > > > JMeter will send all http requests through the proxy, even ones from > > it's own proxy. > > > > -Mike > > > > On Thu, 2004-09-02 at 09:49, joelsherriff wrote: > > > I assume you know that you can tell the proxy server what port to listen > on > > > ("Port:", on the proxy server panel), and that you have to tell IE to go > to > > > that port, but if you're asking how to get the jmeter proxy to send > requests > > > through another proxy (your firewall) - You Can't. In other words, the > > > jmeter proxy must be the only proxy being used. It wouldn't be too hard > to > > > modify the jmeter proxy server do this (tunnel to another proxy), but > since > > > the only reason to do this is for demonstration purposes (unless you're > load > > > testing your proxy!), I doubt anyone has a burning need for it. > Actually > > > there is at least one other case where it might be useful - to capture > > > behind a firewall and be able to play back inside or outside the > firewall - > > > but that's a pretty specific case and requires a lot of code. We'd have > to > > > modify the proxy to tunnel to another proxy - that's pretty easy, don't > even > > > have to change the request, just open a connection to the proxy and send > the > > > the original request (after modifying one or two header entries, IIRC). > But > > > getting the playback code to support going through a proxy would be > quite a > > > bit more work. > > > > > > J > > > > > > ----- Original Message ----- > > > From: "Abdelilah Manassi" > > > To: "JMeter Users List" > > > Sent: Thursday, September 02, 2004 8:19 AM > > > Subject: Re: Using the Proxy Server to record test scripts > > > > > > > > > > Hi I have also this Problem : > > > > I�m Student on trainig in a company and we have a default Proxy and > now > > > i�m > > > > trying use JMeter HTTP Proxy Server to capture http request but I�m > seeing > > > > no think . > > > > >>>> I thought it connects to an already running proxy server __on a > > > > particular port__. I am able to run it now.<<<<<< > > > > > > > > what have you got to resolve this Problem(how to select a particular > port) > > > > > > > > Thanke you very match > > > > > > > > piako > > > > > > > > > Hello, > > > > > > > > > > Thanks. You are right, I didn't knew that the HTTPProxyServer under > the > > > > > workbench is a proxy server itself. I thought it connects to an > already > > > > > running proxy server on a particular port. I am able to run it now. > > > > > > > > > > Thanks, > > > > > Ashish > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: > > > > > > To: > > > > > > Sent: Monday, August 30, 2004 10:05 AM > > > > > > Subject: Using the Proxy Server to record test scripts > > > > > > > > > > > > > > > > > >> Hello, > > > > > >> > > > > > >> I am trying use the Proxy Server to record test scripts. I have a > > > HTTP > > > > > >> proxy server running on my machine at port 8080. > > > > > > > > > > > > Just a sanity check here..."a" HTTP proxy server or "the" jmeter > proxy > > > > > > capture server? > > > > > > If you're trying to go through an existing proxy AND capture using > > > both > > > > > > servers on the > > > > > > same port, that doesn't work. > > > > > > > > > > > >> The browser has been > > > > > >> configured to use the proxy server. JMeter is also running on the > > > same > > > > > >> machine as the proxy server. > > > > > >> > > > > > >> I have the following setup > > > > > >> > > > > > >> Test Plan > > > > > >> |__ThreadGroup > > > > > >> |__RecrdingController > > > > > >> > > > > > >> WorkBench > > > > > >> |__HTTPProxyServer (Name: Internet > > > > > >> Port: 8080 > > > > > >> Target Controller: ThreadGroup>Recording > > > > > Controller) > > > > > >> > > > > > >> When I press the Start button of HTTPProxyServer I dont see any > > > > > >> confirmation that the recording process has begun. > > > > > >> > > > > > >> After the Start, I am using the browser to invoke some URL's but > I > > > dont > > > > > >> see anything added to the Test Plan. > > > > > >> > > > > > >> Please let me know how to use the Proxy Server to record test > > > scripts. > > > > > >> Is > > > > > >> there a tutorial on it with screenshots. > > > > > >> > > > > > >> any help is appreciated. > > > > > >> > > > > > >> Thanks, > > > > > >> Ashish > > > > > >> > > > > > >> > > > > > >> > > > > > > >> --------------------------------------------------------------------- > > > > > >> To unsubscribe, e-mail: > jmeter-user-unsubscribe@jakarta.apache.org > > > > > >> For additional commands, e-mail: > jmeter-user-help@jakarta.apache.org > > > > > >> > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > > > > > For additional commands, e-mail: > jmeter-user-help@jakarta.apache.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > > > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > > > > > > > > -- > > > > NEU: Bis zu 10 GB Speicher f�r e-mails & Dateien! > > > > 1 GB bereits bei GMX FreeMail http://www.gmx.net/de/go/mail > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > -- > > Michael Stover > > Apache Software Foundation > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org -- Michael Stover Apache Software Foundation --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org