hi joe, you are right, it should have been jmeterhome. I am doing Load Testing, initialy I tried with 2 number of Threads then it worked, then slightly increased to 5 number of users, First Response Code I am getting as NULL and then rest of the user response I am getting fine.
If I run the Same 5 Number of Users in JMeter Swing UI, response for all 5 users I am getting correctly.. as you said I will try executing non-gui mode also. thanks for replying -manju On 5/3/05, Joseph Fifield <[EMAIL PROTECTED]> wrote: > It might be just a typo in your email, but the "home" attribute below > should be "jmeterhome". > > When you say it doesn't work, what do you mean? What does it do? > > The ant task should already be launching jmeter in a new vm. The task > really does nothing more than build a java command line with all the > appropriate arguments and launches it. To see the command line, run your > ant script with the verbose argument on. If you can run the script from > the command line in non-gui mode, it should work the same with the ant task. > > Joe > > Manjunath N.S. wrote: > > Hi, > > > > When I tried running the JMeter "Load Test plan with Multiple Users" > > from the JMeter Ant Task, somehow it doesnot seems to work, if I run > > same load test plan from JMeter GUI it is working. > > > > Otherthing what I observed is Timer Test with Single user with JMeter > > Ant Task it is working fine and does this JMeter supports Fork > > functionality to start java as new process? > > > > Is there anything I have missed out for load Testing with JMeter Task? > > > > <jmeter jmeterProperties= > > "C:/jakarta-jmeter-2.0.3/bin/jmeter.properties" > > home="C:/jakarta-jmeter-2.0.3" > > testplan="./test/jmeter/JConsumerAccountLoadTest.jmx" > > resultlog="./test/jmeter/JConsumerAccountLoadTest.jtl"> > > > > --------------------------------------------------------------------- > 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]

