I've had a look at Tomcat 4's server.xml file. Seems straightforward
enough. Following on from your comments about still being able to use
mod_jk with Tomcat 4, can I simply copy over my <Connector..> settings from
my server.xml file for Tomcat 3.2.x ?
<Connector className="org.apache.tomcat.service.PoolTcpConnector">
<Parameter name="handler"
value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/>
<Parameter name="port" value="8009"/>
</Connector>
Do I still need both an AJP12 connector (for shutdown) *and* AJP13 connector
(for main communication) ?
Thanks again,
Chris
----- Original Message -----
From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
To: "tomcat-user" <[EMAIL PROTECTED]>
Sent: Friday, August 10, 2001 5:54 PM
Subject: Re: [ANNOUNCEMENT] Tomcat 4.0-beta-7 Released
> You can in fact use mod_jk if you want to -- on the Apache side it's
> identical to the mod_jk used for Tomcat 3.x. Instructions for configuring
> this can be found in the "jakarta-tomcat-connectors" CVS repository. I'll
> take a look at packaging things up (but mod_webapp has been my personal
> focus).
>
> Craig