Simply comment out the connector. You are not using it, so you don't need it there.


Antonio Fiol


Rommel Sharma wrote:

Dear Tomcat Gurus,

What is the use of Coyote/JK2 AJP 1.3 Connector on port 8009 in server.xml.

If I have two different tomcats running, and I have already changed the http
and https ports for them, do I have to change the 8009 port in one of them
to avoid conflict?

Thanks,
Rommel Sharma.

FYR: [in server.xml]
..
..
<!-- 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"/>
..
..

*********************************************************
Disclaimer

This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this
message, or the taking of any action based on it, is strictly prohibited.

*********************************************************
Visit us at http://www.mahindrabt.com




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






Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to