There are two connectors capable of handling AJP13 in the default
server.xml.  One uses CoyoteConnector, the other uses Ajp13Connector.  Make
sure the connector using the Ajp13Connector class is disabled, then restart
Tomcat.

John


> -----Original Message-----
> From: Maninder S Batth [mailto:anywhereinfo@;netscape.net]
> Sent: Sunday, October 20, 2002 8:17 AM
> To: [EMAIL PROTECTED]
> Subject: dont know whats happening :-(
> 
> 
> in server.xml i "tried" to configure AJP1.3 connector to 
> listen on 12009 
> port by the following entry in server.xml, but what ever 
> value i enter 
> there for port
> tomcat still uses 8009 .............where is it picking that 
> value from ???
>     <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
>                port="12009" minProcessors="5" maxProcessors="75"
>                enableLookups="true" redirectPort="8443"
>                acceptCount="10" debug="0" connectionTimeout="20000"
>                useURIValidationHack="false"
>                
> protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
> 
> 
> 
> --
> 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