Sorry should have added - we're on Solaris 8
Relevant Connector elements from server.xml follow:
As you can see Ajp13Connector is disabled and the Coyote connector is
enabled (all other connectors in server.xml are commented out). The
Coyote connector is generally working fine but I'm concerned because
we're starting to get connection reset errors.
<error snippet>
INFO: RESET
Dec 12, 2002 11:29:05 AM org.apache.jk.server.JkCoyoteHandler action
INFO: RESET
Dec 12, 2002 11:31:36 AM org.apache.jk.common.ChannelSocket
processConnection
WARNING: server has closed the current connection (-1)
Dec 12, 2002 11:31:36 AM org.apache.jk.common.ChannelSocket
processConnection
WARNING: server has closed the current connection (-1)
Dec 12, 2002 11:31:36 AM org.apache.jk.common.ChannelSocket
processConnection
WARNING: server has closed the current connection (-1)
<error snippet>
<Server.xml snippet>
<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"/>
<!-- Define an AJP 1.3 Connector on port 8009 -->
<!--
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" minProcessors="5" maxProcessors="75"
acceptCount="10" debug="0"/>
-->
<Server.xml snippet>
-----Original Message-----
From: Tref Gare
Sent: Thursday, 12 December 2002 11:54 AM
To: Tomcat Users List
Subject: jk2 warning where no jk2 being used on TC startup
Hi all,
Any help appreciated greatly.
I'm running Tomcat 4.1.12 and Apache 2.0.43 via mod_jk (not jk2)
On startup tomcat always throws the following warning:
Dec 12, 2002 11:18:33 AM org.apache.jk.server.JkMain init
WARNING: No properties file found
/opt/jakarta-tomcat-4.1.12/conf/jk2.properties
Can anyone throw any light as to why this is happening and whether I
should be concerned about it.
Many thanks in advance
Tref
------------------------------------------------------
Tref Gare
Development Consultant
Areeba
Level 19/114 William St, Melbourne VIC 3000
email: [EMAIL PROTECTED]
phone: +61 3 9642 5553
fax: +61 3 9642 1335
website: http://www.areeba.com.au
------------------------------------------------------
"This email is intended only for the use of the individual or entity
named above and contains information that is confidential. No
confidentiality is waived or lost by any mis-transmission. If you
received this correspondence in error, please notify the sender and
immediately delete it from your system. You must not disclose, copy or
rely on any part of this correspondence if you are not the intended
recipient. Any communication directed to clients via this message is
subject to our Agreement and relevant Project Schedule. Any information
that is transmitted via email which may offend may have been sent
without knowledge or the consent of Areeba."
------------------------------------------------------
--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>