Hello Perhaps someone can help me with this: I'm a complete novice with JMeter but I'm trying to use it to connect to a web application deployed in Tomcat to simulate a small number of users logging in and browsing a page.
The following link shows the test plan's HTTP defaults: http://www.nabble.com/file/p25531256/Defaults.png This is followed by two requests: The first of these is to log into my application and is shown below: http://www.nabble.com/file/p25531256/Login.png And the second one is for the logged in user to perform a browse on a page: http://www.nabble.com/file/p25531256/Browse.png This all seems straightforward enough but when I run the test plan, all I seems to get in the JMeter log is a series of HTTP 404 messages indicating that there is a communications problem somewhere. Looking in the Results Tree, I see the HTML of my application's login page being returned for both the Login and Browse requests. But I don't understand why? I have troed Login Configs at various levels but nothing changes. Tomcat is running during the test and in the test plan, I also have a HTTP Cookie Manager set to 'default'. When my application runs under Tomcat in test via a browser, its URL is http://localhost:8080/myDataSharer. Thanks Martin O'Shea. -- View this message in context: http://www.nabble.com/Trying-to-connect-to-Tomcat-application-using-JMeter-tp25531256p25531256.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]

