• 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

Testing JSF application with JMeter

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

I have a JMeter test that used to work with an in-house JSF application which, for some unknown reason, no longer works.

The application in question uses IBM's variant of JSF 1.1 (there are currently no plan to update it).

Even though I knew that the view state information is kept server side I tried added a regex extractor to extract a possible view state client-side and as expected that did not make any difference.

I also have a cookie manager in case this had anything to do with cookies and that did not make any difference either.

I tried resniffing the test using JMeter's proxy feature and that did not work either...

I am now out of ideas, can anybody suggest what I could try next?

Thank you!

Nick
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic