On 5/9/05, trebor iksrazal <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I have JMeter working nicely, and while I can call
> Struts actions and measure the call, I don't seem to
> be getting the JSP result via a call like:
> 
>  public ActionForward search(ActionMapping mapping,
> ActionForm form,
>        HttpServletRequest request,
> HttpServletResponse response)
>        throws Exception {
> 
> ...
> 
> return mapping.findForward("MyResult");

Not sure what that code has to do with JMeter.

> 
> I do indeed get a bunch of JavaScript and Images, but
> no _rendered_ JSP result.
>

Perhaps there is a JavaScript function on the web-page that the
browser would automatically invoke. If so, you need to work out the
HTTP request (or use a proxy recording to find it out) and add the
extra Sampler.

Or there are some missing cookies or headers, causing the web
application to produce different output.

Again, using the proxy should show what is missing.

> I do not have a HTTP proxy or any regex processing -
> just a plain old HTTP Request sampler. Any ideas?
> 
> iksrazal
> 
> Yahoo! Mail
> Stay connected, organized, and protected. Take the tour:
> http://tour.mail.yahoo.com/mailtour.html
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to