Latest versions of everything: Apache 2.0.47, Tomcat 4.1.27, jk 1.2.4. Apache and mod_jk both built from source. Apache 2 is configured to use the worker mpm - which might well be the problem looking at the change log for mod_jk. I'll try the pre-form mpm and if that fails I'll just use Apache 1.3 with AJP13 connector.
John -----Original Message----- From: Jeff Tulley [mailto:[EMAIL PROTECTED] Sent: 21 August 2003 18:15 To: tomcat-user Subject: RE: Problem with mod_jk and CoyoteConnector Is it just me, or did he say he was using mod_jk? That should work with Apache 2 just fine. (At least it does on my system, NetWare). What is the exact Tomcat version? Where did you get mod_jk, what version is it? Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com >>> [EMAIL PROTECTED] 8/21/03 10:00:09 AM >>> JK2 works with later versions of Apache 2. Around 2.0.43 the version of JK2 you used was real picky about what version of Apache was being used. But anything after .43 should work with JK2. -e On Thu, 21 Aug 2003, Martin Smith wrote: > Hi, > > I think I'm right in saying that mod_jk2 only works with Apache 2.0.43. > > What's your exact Apache version??? > > Martin > > -----Original Message----- > From: J.P. Wadkin C9951627 [mailto:[EMAIL PROTECTED] > Sent: 21 August 2003 15:57 > To: tomcat-user > Subject: Problem with mod_jk and CoyoteConnector > > > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]