1 Reply Latest reply on May 26, 2004 4:52 PM by techmonkey

    Too much log output - getting request body chunk

    techmonkey

      Ever since we hooked JBoss up to Apache as a front end using mod_jk, we've being getting a lot of junk in our JBoss server log. Does anyone know how to turn this off? We have spent hours trying to figure this out but got no where.

      Here is what the log junk looks like:

      [org.apache.jk.common.JkInputStream] Receiving: getting request body chunk 738 738
      2004-05-25 17:43:09,421 INFO [STDOUT] 12 34 02 e2 02 e0 3c 53 4f 41 50 2d 45 4e 56 3a | .4.?.?<SOAP-ENV:
      2004-05-25 17:43:09,422 INFO [STDOUT] 45 6e 76 65 6c 6f 70 65 20 78 6d 6c 6e 73 3a 53 | Envelope xmlns:S
      2004-05-25 17:43:09,423 INFO [STDOUT] 4f 41 50 2d 45 4e 56 3d 22 68 74 74 70 3a 2f 2f | OAP-ENV="http://


      Any help would be appreciated

      -Don

        • 1. Re: Too much log output - getting request body chunk
          techmonkey

          In case anyone else gets this problem: I was able to fix it by adding a "limit category" section near the bottom of the log4j.xml conf file. This allows you to selectively set logging levels for different categories.

          I set the level to WARN for the category "org.apache.jk.common.JkInputStream"

          -Don