Hi,

I have defined a connector for port80. For example,
    <Connector port="80"
               maxThreads="150"
               minSpareThreads="25"
               maxSpareThreads="75"
               enableLookups="false"
               acceptCount="100"
               debug="0"
               connectionTimeout="2000"
               disableUploadTimeout="true"
               compression="on"
               address="192.168.223.5"/>

Is there any way to monitor the statistics that get throught the port?
I need to log when the requst is fail, and I need to know the number of
threads is consumed when the request is fail.

Thanks





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to