Hello,

I get the same messages in my log, but the application appears to work 
without a hitch. I was never able to figure out what the cause of this is, 
or if I should even be concerned with it?

One of my programmers tells me this is related when a client abruptly 
terminates a session. Im not totally convinced of it, but i don't have a 
better explanation or theory.





"Kommineni, Sateesh \(GE Consumer & Industrial\)" 
<[EMAIL PROTECTED]> 
04/20/2004 11:34 AM
Please respond to
"Tomcat Users List" <[EMAIL PROTECTED]>


To
<[EMAIL PROTECTED]>
cc

Subject
org.apache.jk.common.ChannelSocket processConnection INFO: connection 
timeout reached






Hi All,

    I am trying to deploy a Web Application in my Tomcat and got the 
following Error in the Log Files..

                 Apr 20, 2004 11:05:04 AM 
org.apache.jk.server.JkCoyoteHandler action
                 INFO: RESET 
                 Apr 20, 2004 11:05:04 AM 
org.apache.jk.server.JkCoyoteHandler action
                 INFO: RESET 
                 Apr 20, 2004 11:05:14 AM 
org.apache.jk.common.ChannelSocket processConnection
                 INFO: connection timeout reached

    What does this mean ??

    I have the following entries in my server.xml.

  <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" 
acceptCount="10" bufferSize="2048" connectionTimeout="20000" debug="0" 
enableLookups="true" maxProcessors="75" minProcessors="5" 
address="3.130.164.201" port="12312" 
protocolHandlerClassName="org.apache.coyote.http11.Http11Protocol" 
proxyPort="0" redirectPort="8443" scheme="http" secure="false" 
tcpNoDelay="true" useURIValidationHack="false">
                                                 <Factory 
className="org.apache.catalina.net.DefaultServerSocketFactory"/>
</Connector>

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" 
acceptCount="50" bufferSize="2048" connectionTimeout="10000" debug="0" 
enableLookups="false" maxProcessors="75" minProcessors="20" 
address="3.130.164.201" port="12313" 
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler" 
proxyPort="0" redirectPort="8443" scheme="ajp13" secure="false" 
tcpNoDelay="true" useURIValidationHack="false">
Factory className="org.apache.catalina.net.DefaultServerSocketFactory"/>
</Connector>

   what is the significance of ajp13 scheme ??

  Pls let me know.. Thanks a lot..

-Sateesh


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to