Jetspeed may also (pure speculation) be using hidden values in the request to determine actions or something (which will not be in your JMeter requests unless you explicitly add them). I would check the source of the page returned when a user logs in (manually) to see if there's anything that might be missing from your JMeter-created requests.
peace, Joe > -----Original Message----- > From: Luta, Raphael (VUN) [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 17, 2003 12:47 AM > To: 'Jetspeed Users List' > Subject: RE: Jetspeed and JMeter? > > > De : Ching Chen [mailto:[EMAIL PROTECTED]] > > > > Hi, > > > > I know this is a JMeter question, but I thought maybe some of > > you have used > > it to test your Jetspeed application, and so may be able to help me. > > > > Has anyone successfully tested a Jetspeed application using JMeter? > > I am trying to benchmark my web server using JMeter. I > > created a test plan > > in JMeter where it simulates a normal user logging in to > the Jetspeed > > application, and then just navigate through different > > portlets afterwards. > > > > The problem begins when after the test plan successfully logs > > in to the > > application, Jetspeed returns the application home page for > > all subsequent > > requests by the JMeter test plan. It seems that JMeter HTTP > > cookie manager > > is not handling any cookies at all. > > > > Has anyone had this problem? Or does anyone know how I can > > fix this problem? > > > > Strange, I'm pretty sure JMeter has a CookieJar implementation to > store cookies but I have not checked it out recently. > In any case, if cookies are your issue, configure your web application > server (Tomcat or whatever else) to use URL rewriting to > track sessions > instead of cookies. > > Jetspeed does not depend on any cookie by itself. > > -- > Rapha�l Luta - [EMAIL PROTECTED] > Jakarta Jetspeed - Enterprise Portal in Java > http://jakarta.apache.org/jetspeed/ > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
