AW: Extending JMeter. Very confused..

2003-04-03 Thread Wolfram Rittmeyer
Have you already read the JMeter-WIKI? There is a "chapter" dealing with JMeter-development. Just follow the links on the JMeter-page or use this one as a shortcut: http://nagoya.apache.org/wiki/apachewiki.cgi?JMeterDevelopment/DeveloperDocu mentation Greetings, Wolfram > -Ursprüngliche Na

AW: AW: Jmeter -SESSION problem

2003-04-03 Thread Wolfram Rittmeyer
Hi Joseph, there is of course no way how JMeter can interact directly with your forwarding-chain. So there must be parameters missing for your "whateveraction.do". Obviously some parameters are missing in your request and therefore are not set from inside your servlet prior to the JSP. You should

Q: How to get from http to https?

2003-04-03 Thread Jurkiewicz, Robert
Welcome back, of course I have another question. I have to requests: request1 and request2. In the response for the request1 is included value which has to be passed as the parameter in the request2. Do you know how to do this? Thank you in advance for your help. Cheers, Robert _

RE: How to get from http to https?

2003-04-03 Thread Jurkiewicz, Robert
I am responding myself. SOLUTION: Use HTTP URL Re-writing Modifier and set name of the parameter from the reponse. Request2 will have it included. Refer to JMeter documentation. -Original Message- From: Jurkiewicz, Robert [mailto:[EMAIL PROTECTED] Sent: 03 April 2003 10:58 To: 'JMeter Us

RE: How to get from http to https?

2003-04-03 Thread Mike Stover
Also look up the regexFunction, or the regex Config Element if you're using the latest nightly code. -Mike On 3 Apr 2003 at 5:31, Jurkiewicz, Robert wrote: > > I am responding myself. > > SOLUTION: Use HTTP URL Re-writing Modifier and set name of the parameter > from the reponse. Request2 wil

Corrupt test plan files

2003-04-03 Thread Renee Dunn
I am new to useing JMeter. I have saved several test plans over the last few days. At this point, for every single one of them, when I try to open them, I get an error that the program could not open the file because it may be corrupt. Is there something that I can do to keep these files fro

Remote Testing w/ Non-Default RMI Port

2003-04-03 Thread Sherwood, Steve
Anyone tried running rmiregistry on a non-default port and running a remote test? I am able to run a remote test if rmiregistry is started using the default port but with the remote machine being shared, I need to use a different port in my assigned range. So, I start rmiregistry on port 5098 and

Cookie Manager

2003-04-03 Thread Renee Dunn
Is there any manuals/documentation/articles other than what is listed at http://jakarta.apache.org/jmeter/ that explains in more detail how to use the cookie manager, both to accept and to manually add existing cookies. I have not been able to get this to work sucessfully yet. Thanks --

Re: JavaSampler.teardownTest() not being called

2003-04-03 Thread Jeremy Arnold
Hello, The JavaSampler was broken in 1.8.1 (and earlier versions -- I don't know the whole history, but I don't think it has ever worked quite the way you would expect it to). The good news is that it has been fixed in the last month or so. So if you're willing to use a recent nightly buil

Re: Cookie Manager

2003-04-03 Thread Mike Stover
There is nothing complicated about the CookieManager that requires more explanation. If you're having a problem, it is likely related to something else. -Mike On 3 Apr 2003 at 12:23, Renee Dunn wrote: > Is there any manuals/documentation/articles other than what is listed > at http://jakarta