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]

