Apache 2
Tomcat 4.1
JDK 1.4
Solaris 8

I've configured a server to use mod_jk with the Coyote connector
(mod_jk2 doesn't work for some reason):

 <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
               port="8009" minProcessors="5" maxProcessors="75"
               enableLookups="false" redirectPort="8443"
               acceptCount="10" debug="9" connectionTimeout="0"
               useURIValidationHack="false"
 
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>

I've noticed that after about 10 page requests the server randomly
starts serving either half a page or no page at all (just blank). It
becomes progressively worse. There are no error messages in any of the
logs. I've ruled out the Servlet that generates the pages - it works
fine on another machine. Looking at the configuration of that other
machine I note that the only main differences are that it's configured
to use the old AJP13 connector in Tomcat and it uses Apache 1.3 rather
than 2.0.

Is the Coyote connector stable with Apache 2 and/or mod_jk? I'm
reluctant to use deprecated technologies but it looks like I'll have to
downgrade to Apache 1.3 and AJP13?


Thanks

John

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

Reply via email to