Nope.  From my 4.1.12 binary install package:

<!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
    <!--
    <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"/>
    -->

AjpConnector is on the same port (8009)...but disabled by default.  If you
want to use it, you have to enable AjpConnector and disable the Connector
show above, which I've done.

John


> -----Original Message-----
> From: Matthew Hannigan [mailto:mlh@;zip.com.au]
> Sent: Wednesday, November 06, 2002 5:01 PM
> To: Tomcat Users List
> Subject: Re: installation problems with Tomcat 4.1, mod_jk2 & 
> connectors
> 
> 
> On Wed, Nov 06, 2002 at 08:08:31AM -0500, Turner, John wrote:
> > 
> > That's correct.  The Tomcat "side" of the JK/JK2 connectors 
> is enabled in
> > server.xml by default. 
> > 
> > Look for a Connector element in server.xml that calls the 
> CoyoteConnector
> > class with a port assignment of 8009.  That's your JK2 
> connector on the
> > Tomcat end.
> 
> Isn't the CoyoteConnector on 8081?
> 
> The Ajp13Connector is on 8009.
> 
> Matt
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail: 
> <mailto:tomcat-user-help@;jakarta.apache.org>
> 

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to