This is killing me. I've followed the example in Packt Publishing Apache JMeter chapter 5, and 6, and section 18.9.5 of the JMeter docs, and the FAQ.I can do everything except run the recorded test plan once it's been captured.
I'm trying to do a simple homepage, login, logout on a Grails application using the Acegi Security Plugin (springsecurity) Here's what my test plan looks like: http://71.229.145.83/wordpress262/?p=132 I can record all three, each in it's own Simple controller. Here are the steps basically: I select the correct target controller for each step. I execute the operation on the browser (it's been set up to use the Http Proxy port 8080) I select the next target controller and repeat. When I'm done recording, I can see the requests and responses in a View Results Tree which is a child of the Http Proxy Server. When I'm done recording, I save the Proxy Server by right clicking on it and saving it to it's own file. This step seems odd and unnecessary, but I do it anyway. I save the test plan. I stop the Http Proxy Server. I try to run it with run-Start and i get no traffic in any of my listeners. I see the green square light up for a moment, but no traffic. Thanks in advance, -- Ed

