1 Reply Latest reply on Jan 7, 2005 11:34 AM by jmrodriguez

    How to configure request logs

    oagady

      Hi

      I updated JBOSS from 3.0 to 4.0. In the documentation I see that the request.log file is supposed to be in the log folder (like it was in 3.0). But I don't have request.log in the "log" folder. I tried to find how I can configure to log all the requests and I can not find it. Could someone help me please.

      Thanks
      Agady

        • 1. Re: How to configure request logs
          jmrodriguez

          Hi!

          Jboss 3.0.x usually uses jetty as its web server, and the default configuration of this service is to append the http server requests to the request.log file in the log directory.

          Jboss 4.0.x now uses tomcat as its web server, and the default is not to append anything related to http requests. You have to change this behavior in the server.xml file in the $JBOSS_HOME/server/default/deploy/jbossweb-tomcat50.sar directory

          At least... that worked for me

          Hope this helps