1 Reply Latest reply on Aug 3, 2004 5:36 PM by john_anderson_ii

    verbose http log

    jnesbitt

      I'm using Jetty as the web container in my jboss installation. How do I go about configuring the request log so that it prints out the entire http requests and response?

      Thanks

        • 1. Re: verbose http log
          john_anderson_ii

          As far as configuring Jetty to log requests and responses......I can't help you. However, if you need a quick solution for debugging purposes or whatever, I recommend Mozilla Firefox with the LiveHTTPHeaders plugin. This combination allows you to view the requests your browser sends, and their response, in real time. I use this all the time, very helpful, and could possibly be a faster solution if you need only temporarily view the req/resp.