0 Replies Latest reply on Oct 11, 2004 3:37 PM by steved.nm

    how to disable URL rewriting during authentication

    steved.nm

      I am attempting to benchmark a third-party JBoss/Tomcat application using Apache JMeter, however JMeter cannot log onto the application. Apparently during the authentication process, the system sets the jsessionid variable using URL rewriting. Once the user is logged in it tracks it using a cookie. The URL rewriting appears to be what's stopping JMeter.
      My question is, how can I configure JBoss/Tomcat to perform the authentication using cookies, and not use URL rewriting at all?
      I've tried switching from form to basic authentication, but it didn't work.
      Thanks.