RE: JMeter with Session Scope Struts Actions

2003-07-29 Thread Khan, Hatim
Have you tried to completely leave the Cookie Manager empty? don't add any session id parameters. I assume that you made the Cookie Manager a child of the thread group. Also, if you add a View Results Tree listener, you should see the request data for the second request sampler. Check the part th

RE: Assertions and regexFunction do not work with multiple redirects

2003-07-29 Thread Khan, Hatim
Thanks, This will do for now. I wish we have this feature supported in the future. Regards, H -Original Message- From: luke cassady-dorion [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 4:04 PM To: 'JMeter Users List' Subject: RE: Assertions and regexFunction do not work with mul

RE: Assertions and regexFunction do not work with multiple redirects

2003-07-29 Thread luke cassady-dorion
i ran into a similar problem with the regex function ... in my situation i knew that there was going to be exactly on redirect, so i manually followed the redirects and put the regex after the last http sampler. it's a bit of a hack, but seems to work ... wouldn't really work if you had an unknown

JMeter with Session Scope Struts Actions

2003-07-29 Thread Joe Rice
I want to create a JMeter test that submits a two part HTTP request. The two part request is set up as two struts actions that share the same session scope struts form. The first request takes request parameters and stores them in the session. The second request gets more parameters and uses

RE: Assertions and regexFunction do not work with multiple redirects

2003-07-29 Thread Khan, Hatim
Sorry, forgot to mention that I am using 1.9RC3. -Original Message- From: Khan, Hatim [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 3:00 PM To: 'JMeter User List' Subject: Assertions and regexFunction do not work with multiple redirects Good day! I have seen this question in th

Assertions and regexFunction do not work with multiple redirects

2003-07-29 Thread Khan, Hatim
Good day! I have seen this question in the archive with no answer. I am trying to use assertions on a response but after all the redirects are followed. For now, this does not seem to work. I even tried the regexFunction. The assertions and the regexFunction they only process the first response,

Jmeter time outs

2003-07-29 Thread Munirathnam B Kumar
Hi How to set timeouts for each request in Jmeter. - kumar American Express made the following annotations on 07/29/2003 06:23:40 AM -- **

Repetitive loss of connection with JDBC request and MySQL

2003-07-29 Thread serge van Thiel
Hello, I made a very simple test scenario consisting of a single JDBC Request : SELECT col1, col2, col3 FROM mytable. I start it in an endless loop using a connection pool. Default URL and driver details are given in a JDBC config element. Here are the versions I use : Linux SuSE 8.1 MySQL 4.0.1