On 07/05/2009, Carlos B. <[email protected]> wrote: > > I tried this Adrian, the application runs but JMeter doesn't record anything. > I think the browser is configured well, address:localhost and port:9090 and > bypass proxy server for local addresses is unchecked. JMeter proxy is > configured at 9090 too. If I don't specify the port the browser can't reach > my application and if I specify the 8080 the application runs but JMeter > doesn't record any request.
The JMeter proxy works by creating a sampler for the request, running the sampler, and returning the results of the sample to the browser. If JMeter does not record requests and the application runs, then the application is not sending the requests via JMeter. > thanks a lot! Please try what I wrote (twice). > AdrianF wrote: > > > > > > Hi, > > > > You should not need to change how you open your webapp in the browser. > > I.e. > > you should still go to localhost:8080 in the address bar. > > > > - Adrian > > > > -----Original Message----- > > From: Carlos B. [mailto:[email protected]] > > Sent: 07 May 2009 08:52 > > To: [email protected] > > Subject: Re: Recording requests with JMeter > > > > > > ************************************* > > > > This e-mail has been received by the Revenue Internet e-mail service. (IP) > > > > ************************************* > > > > > > I think the problem is that my webapp is running in a Tomcat > > (http://localhost:8080/xxxx) and JMeter proxy is configured in the port > > 9090. JMeter proxy is catching the requests of the browser but it doesn't > > know how to redirect these requests. I suppose I have to call my webapp > > via > > port 9090 (http://localhost:9090/xxxx) and JMeter proxy will redirect this > > request to Tomcat... > > Any idea to solve the problem? > > thanks sebb > > > > > > sebb-2-2 wrote: > >> > >> Try stopping the JMeter Proxy. If the browser still works, then it is > >> not using the proxy, so of course JMeter will not be able to record > >> anything. > >> > >> > >> On 06/05/2009, Carlos B. <[email protected]> wrote: > >>> > >>> I followed all the steps of "jmeter_proxy_step_by_step.pdf" > >>> > >>> > > > (http://jakarta.apache.org/jmeter/usermanual/jmeter_proxy_step_by_step.pdf), > >>> to record all the requests of my java webapp but anything is recorded. > >>> The > >>> application is runnig under a Tomcat in my own machine. I did all the > >>> steps, > >>> configure JMeter, the browser... but there isn't results. It's the > >>> first > >>> time I use JMeter so I need some help! > >>> > >>> Thanks > >>> > >>> -- > >>> View this message in context: > >>> > > > http://www.nabble.com/Recording-requests-with-JMeter-tp23404619p23404619.html > >>> Sent from the JMeter - User mailing list archive at Nabble.com. > >>> > >>> > >>> --------------------------------------------------------------------- > >>> 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] > >> > >> > >> > > > > -- > > View this message in context: > > > http://www.nabble.com/Recording-requests-with-JMeter-tp23404619p23421910.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > ************************ > > > > This message has been delivered to the Internet by the Revenue Internet > > e-mail service (OP) > > > > ************************* > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > > -- > View this message in context: > http://www.nabble.com/Recording-requests-with-JMeter-tp23404619p23423587.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]

