1 Reply Latest reply on Jun 19, 2006 8:07 AM by greyfairer

    [HttpMethodBase] Redirect requested but followRedirects is d

    gssbhaskar

      Hi

      i am configering loadbalancer on jboss. when i hit the load balancer

      it gives the error message like

      [HttpMethodBase] Redirect requested but followRedirects is disabled


      Baskar G

        • 1. Re: [HttpMethodBase] Redirect requested but followRedirects

          Nothing to worry about, it's just commons-httpclient that logs this as INFO, where it should have been DEBUG.

          The loadbalancer application probably takes care for redirects itself, so it doesn't enable followRedirects in the commons-httpclient component it uses underneath. This gives the warning from the commons-httpclient.

          Greets, Geert.