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>

Reply via email to