RE: http proxy

2003-12-05 Thread Burgaud, Mickael
An other remark about filtering with http proxy: Do not just include .*\.html or .*\.jsp or whatever. Don't forget that your GET parameters are added to the path. Hence you should for example include .*\.html.* or .*\.html.* My experiment with 1.9.1 shows that your samples won't be included if

RE: http proxy ['Watchdog': checked]

2003-12-05 Thread KKanagaraj
Yes, You are correct Mickael. All the GET request will not be added unless u specify it in the way you have given. Good one !! But tell me, If I have applets, javascript in my html page, How to make it to execute, if i view that pagein Render HTML ?

RE: http proxy ['Watchdog': checked]

2003-12-05 Thread Burgaud, Mickael
I don't know about the mechanism of the html renderer. Anyway as javascript are separate samples from the html ones, I guess you won't get them work together like in an actual browser. Maybe I'm wrong because I'm a freshly new user of JMeter. No clue about applet either... -Original

RE: JMeter :: Render HTML ['Watchdog': checked]

2003-12-05 Thread BAZLEY, Sebastian
See bug 23315 http://issues.apache.org/bugzilla/show_bug.cgi?id=23315 Fixed in CVS. S. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 05 December 2003 10:08 To: JMeter Users List Subject: JMeter :: Render HTML ['Watchdog': checked] Dear

Remote-Testing Problems

2003-12-05 Thread Steffen Fiedler
Hi, I want to start JMeter-Tests on several remote computers. On some machines the test start as expected, on some machines nothing happens. The only error-message i detected in JMeter-Log (on machine that starts the tests) is: 12/05/2003 1:26:28 PM ERROR - jmeter.engine.ClientJMeterEngine:

Re: Remote-Testing Problems

2003-12-05 Thread Steffen Fiedler
BAZLEY, Sebastian wrote: -Original Message- From: Steffen Fiedler [mailto:[EMAIL PROTECTED] Sent: 05 December 2003 12:54 To: [EMAIL PROTECTED] Subject: Remote-Testing Problems Hi, I want to start JMeter-Tests on several remote computers. Client-server mode is currently not all that

RE: Remote-Testing Problems

2003-12-05 Thread BAZLEY, Sebastian
-Original Message- From: Steffen Fiedler [mailto:[EMAIL PROTECTED] Sent: 05 December 2003 14:13 To: JMeter Users List Subject: Re: Remote-Testing Problems BAZLEY, Sebastian wrote: -Original Message- From: Steffen Fiedler [mailto:[EMAIL PROTECTED] Sent: 05 December 2003

Re: Remote-Testing Problems

2003-12-05 Thread Steffen Fiedler
Ok, i've got it! It was a rmiregistry problem with linux: rmiregistry seems to use /etc/hosts for resolving names and the machine name was specified for 127.0.0.1 Removing this makes it work. Thanks anyway, Steffen BAZLEY, Sebastian wrote: -Original Message- From: Steffen Fiedler

Re: Remote-Testing Problems

2003-12-05 Thread Steffen Fiedler
BAZLEY, Sebastian wrote: -Original Message- From: Steffen Fiedler [mailto:[EMAIL PROTECTED] Sent: 05 December 2003 16:31 To: JMeter Users List Subject: Re: Remote-Testing Problems Ok, i've got it! It was a rmiregistry problem with linux: rmiregistry seems to use /etc/hosts for resolving

Re: Using Regular Expression Extractor - UNDERSTOOD

2003-12-05 Thread Bob Jacoby
Not resolved, but I at least understand what's going on. The page I was trying to get to uses a redirect for the first request. Upon searching the archives I found that this is a known issue for response assertions and post processors ( http://www.mail-archive.com/[EMAIL

User parameter as a loop counter works in the first iteration but not again

2003-12-05 Thread Michael R. Wolfe
I have: . Loop Controller . Simple controller . User Parameter Name: NumItems User1: CSVRead(..) And some other params, including one doing CSVRead(..,next()) . Loop Controller Loop Count: ${NumItems} So that for each pass through my outer loop I want the number