• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JMeter : Response Path

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am new to JMeter, and I am trying to configure my application in it to do load testing.

I am using HTTP proxy server for recording the actions and the recording of information looks ok.

When I try to run it using the JMeter, one of the sampler fails because it doesnt get redirected to the correct path.

For Example:
The webserver name : xyz.x
http request path : /abc/def/ghi

On running the test plan, In the request, I see the request sent using GET as http://xyz.x/abc/def/ghi

but it fails giving a 404 not found error trying to access only http://xyz.x/ghi. (the /abc/def/ part is missing in the responce.)

Can someone please help?

Thanks,
Venkat.
 
Greenhorn
Posts: 6
Tomcat Server Slackware
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Make sure you have "follow redirects" checked in your HTTP Request definition or in your HTTP Request Defaults.

That has been enough to work for me.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic