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]
>
>

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

Reply via email to