You would configure the HTTP Proxy Server to use a port different from Tomcat's, say 8082. Then you would reconfigure your browser to use as its proxy the machine and port that correspond to HTTP Proxy Server, i.e. <your machine name>:8082. Then access Tomcat with your browser as you would normally (i.e. http://localhost:8080/myapp) and the HTTP Proxy Server will record your requests and pass them on to Tomcat. After completing your requests, restore your browser's normal configuration.
HTH Cheers, Larry > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 9:15 AM > To: [EMAIL PROTECTED] > Subject: Recording Tomcat Application with JMeter > > > Hi, > > how do I have to configure JMeter's HTTP Proxy Server for > being able to > record requests of a Tomcat web application? > > My Tomcat application is called via > http://localhost:8080/myapp. I tried > setup the HTTP Proxy > Server to listen on port 8080 but with no effect. > > Is it possible at all to use the HTTP Proxy Server of JMeter > for recording > a Tomcat application? Or do I have to setup an Apache with mod_jk2 in > front of it? > > Thanks in advance, > Ralf. > > --------------------------------------------------------------------- > 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]
