hi you need to get the classes / jar out of the war file (usually Under WEB-INF/lib and WEB-INF/classes inside the war) and put them in jmeter's lib directory. (The WAR is a web archive , you cannot directly add it to classpath) http://jakarta.apache.org/jmeter/usermanual/get-started.html#classpath (you should add jars to lib not to classpath) See also jmeter docs which need you to add some jars for JMS http://jakarta.apache.org/jmeter/usermanual/get-started.html
What is the exact error message(i.e. which class isnt found)? regards deepak On Fri, Aug 21, 2009 at 1:53 PM, Vance Arocho <[email protected]> wrote: > Hello, all. I'm running version 2.3.4, and have been trying to run a JMS > test plan, but I've been getting a 'NoClassDefFoundError' message, even > though I've added the directory containing the application's WAR file to > the classpath within the JMeter GUI. Any ideas as to how to resolve > this? Do I just need to re-create the WAR file as a JAR file, and update > the classpath to include the JAR file? > >

