0 Replies Latest reply on May 24, 2005 9:24 AM by manojpardeshi

    Jboss + mod_jk

      How can I disable jk loggin? I'm using JBoss 3.2.3 integrated with Apache and it generates a lot of DEBUG data in server.log and console for jk requests.

      I tried modifying conf/log4j.xml by adding


      <!-- Limit Tomcat jk connector -->












      but it is not working

      I am getting this log in server.log
      Last-Modified = Thu, 12 May 2005 20:22:40 GMT
      2005-05-24 09:02:21,808 ERROR [STDERR] [DEBUG] JkCoyoteHandler - doWrite 0 8184 8
      2005-05-24 09:02:21,808 ERROR [STDERR] [DEBUG] JkCoyoteHandler - doWrite 8184 8 0
      2005-05-24 09:02:21,808 ERROR [STDERR] [DEBUG] JkCoyoteHandler - doWrite 0 2250 0
      2005-05-24 09:02:21,809 ERROR [STDERR] [DEBUG] JkCoyoteHandler - CLOSE


      thanks