Hello --
My tomcat jvm stderr.log consists mainly of the following INFO message:
Jan 13, 2004 3:41:51 PM org.apache.jk.common.ChannelSocket
processConnection
INFO: connection timeout reached
1) What is the significance of these messages? i.e. as they are logged as
INFO I'm presuming they are normal
2) Is there a way to suppress these messages if desired?
Environment is win2k server sp3, apache 1.3.28, tomcat 4.1.27 via mod_jk
fairly stock install with various 3rd party web applications installed. The
actual web app context logs appear clean. Here's a snip of what I believe
is the revelant lines from our server.xml:
<Connector className
="org.apache.coyote.tomcat4.CoyoteConnector" port="8080" minProcessors="5"
maxProcessors="75" enableLookups="true" redirectPort="8443" acceptCount
="100" debug="0" connectionTimeout="20000" useURIValidationHack="false"
disableUploadTimeout="true"/>
<Connector className
="org.apache.coyote.tomcat4.CoyoteConnector" port="8009" minProcessors="5"
maxProcessors="75" enableLookups="true" redirectPort="8443" acceptCount
="10" debug="0" connectionTimeout="20000" useURIValidationHack="false"
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
TIA -
Stephan Noe
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]