1 Reply Latest reply on Dec 2, 2003 5:49 PM by jonlee

    How to stop mod_jk logging?

    wpfeiffe

      Does anyone know what I have to do to stop mod_jk (tomcat connector) from logging to my server.log file. It is overwhelming the file with hex data on every http call.

      Thanks for any assistance...

      Bill Pfeiffer

        • 1. Re: How to stop mod_jk logging?
          jonlee

          In your log4j.xml, add a limiting category:

          <category name="org.apache.jk">
           <priority value="WARN"/>
          </category>

          Just look for the "limit categories" section of the configuration. Unfortunately the Tomcat JK2 connector tends to babble - the Jetty JK2 connector doesn't.