RE: Newbie Question: Can't get JMeter to start

2001-11-15 Thread Scott Coleman
can you please do the following check that lcp.bat exists in the directory where you installed JMeter into and that it looks ok, maybe mail to the group. It looks like it is not working correctly as your classpath is not set correctly. Regards Scott -Original Message- From: Bob Low Kuan

Newbie Question: Can't get JMeter to start

2001-11-15 Thread Bob Low Kuan Loong/HONOC/PBB/PBBG
Hi, I just downloaded JMeter 1.7b but can't get it to launch. What I've done: - installed JRE Ver 1.3.1 from java.sun.com - unzipped JMeter - edited jmeter.bat to correct CR/LF. It now looks like this: @echo on set PROP=jmeter.properties set LOG4JCONFIG=log4j.configuration=log4j.conf set HOST=

RE: 1.7beta2 Critical Bug: Only one of many URL Sample gets executed

2001-11-15 Thread kevin hammond
Hi Chuck, The beta2 release, released this week, should be the last of the beta releases. The main task that must be completed prior to release 1.7 Final is the rewrite of the user's manual. With input from the other developers, I am the one doing the rewrite. Thanks, Kevin --- [EMAIL P

RE: 1.7beta2 Critical Bug: Only one of many URL Sample gets executed

2001-11-15 Thread Chuck . Irvine
Kevin, Do we expect to have a beta three anytime soon? Thanks Chuck > -Original Message- > From: kevinleehammond [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 15, 2001 1:32 PM > To: jmeter-user > Cc: kevinleehammond > Subject: RE: 1.7beta2 Critical Bug: Only one of many URL Samp

Re: walking through a typical user experience, possible with jmet er?

2001-11-15 Thread Matt Egyhazy
Thanks, I will try this. matt - Original Message - From: "Stover, Michael" <[EMAIL PROTECTED]> To: "'JMeter Users List'" <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 3:33 PM Subject: RE: walking through a typical user experience, possible with jmet er? > If your server uses coo

RE: walking through a typical user experience, possible with jmet er?

2001-11-15 Thread Stover, Michael
If your server uses cookies to store session variables, just attach a Cookie Manager object directly to your ThreadGroup (you'll find it under Add->Config Elements->Cookie Manager. That should do it. If your using URL-rewriting, then you have bigger problems :-) -Mike > -Original Message--

Re: walking through a typical user experience, possible with jmeter?

2001-11-15 Thread kevin hammond
Hi Matt, We are in the process of rewriting the JMeter User's Guide. It will include both basic and advanced tutorials on how to do HTTP testing. I personally have not tried creating a Test Plan that handled session ID's, I have seen emails on this distribution list that described the process.

RE: 1.7beta2 Critical Bug: Only one of many URL Sample gets executed

2001-11-15 Thread kevin hammond
Chuck, There's one other "gotcha". In 1.7Beta2 (and maybe earlier), I broke the "defaults" logic for HTTP requests. I have since fixed it, but we have not released a new build with this fix. Thanks, Kevin Hammond --- [EMAIL PROTECTED] wrote: > Ok. I had it reversed. So in the URL Sample, I >

walking through a typical user experience, possible with jmeter?

2001-11-15 Thread Matt Egyhazy
hello, ive used tools such as loadrunner from mercury before. i have been considering using jmeter for the same purpose, load testing a web application. however, i dont seem to be able to get it working so that it mirrors a typical user experience on the site. what i mean by this is that i can

RE: 1.7beta2 Critical Bug: Only one of many URL Sample gets executed

2001-11-15 Thread Chuck . Irvine
Ok. I had it reversed. So in the URL Sample, I define my defaults and in the Web Controller I specify the actual URL and parameters. Thanks Chuck > -Original Message- > From: kevinleehammond [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 15, 2001 1:04 PM > To: jmeter-user > Cc: k

Re: 1.7beta2 Critical Bug: Only one of many URL Sample gets executed

2001-11-15 Thread kevin hammond
Hi, I know it's a little confusing, but the "Web Testing" generative controller is actually what sends the HTTP request. The "URL Sample" configuration element just sets the defaults that the "Web Testing" controller uses. I have already changed these names to make it easier to understand. The

RE: 1.7 (and earlier) Bugs: Edit URL Parameters

2001-11-15 Thread Stover, Michael
This can also be avoided by hitting the "Enter" key after editing the last parameter -Mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 15, 2001 12:17 PM > To: [EMAIL PROTECTED] > Subject: 1.7 (and earlier) Bugs: Edit URL Par

1.7 Feature Requests: Disabling and Copy/Pasting URL Samples

2001-11-15 Thread Chuck . Irvine
1. Allow URL Samples to be enabled and disabled. A disabled sample wouldn't be used during a test run. 2. Implement copy and pasting. Specifically, I'd like to be able to use copy and paste to create new URL Samples, which are similar to existing ones. Thanks Chuck -- To unsubscribe, e-mai

1.7beta2 Critical Bug: Only one of many URL Sample gets executed

2001-11-15 Thread Chuck . Irvine
I've got a ThreadGroup with multiple "URL Sample"s defined. When I invoke run, only the first sample from the top gets executed. If I remove a sample, the new top sample gets executed. -- To unsubscribe, e-mail: For additional commands, e-mail:

1.7 (and earlier) Bugs: Edit URL Parameters

2001-11-15 Thread Chuck . Irvine
I've noticed to bugs related to entering URL parameters in the URL Sample window: 1. Enter more than one parameter. When running the simulation, the value of the last parameter is not included in the constructed URL. 2. A parameter was previously created. Subsequently, when editing the same p

1.7 Feature Request

2001-11-15 Thread Chuck . Irvine
In the URL Sample window, it would be useful for the parameters list box to be longer vertically, so that more parameter/value pairs can be seen. This list could be sized whenever the user re-sizes the main window. Thanks Chuck -- To unsubscribe, e-mail: For addi

Newbie Q: What do you save??

2001-11-15 Thread Chuck . Irvine
Version: 1.7beta2 Some questions regarding saving: 1. Is there a preferred kind of entity to save, i.e. TestPlan, ThreadGroup, Controller, etc? As I'm working, I'm not sure what to save. 2. Why is everything save-able? Why not just have TestPlans be save-able, and they recursively save everyt

Newbie Q: Purpose of Workbench

2001-11-15 Thread Chuck . Irvine
The docs say: * The WorkBench is simply an area to store test elements while you are in the process of constructing a test. ** I guess I really don't understand this. Why not use the TestPlan for the entir