bug 6149: changed default AJP port to avoid random port assignment at startup.

This commit is contained in:
David Noland 2010-10-19 18:34:22 -07:00
parent 8cc83313dd
commit 6721c4423e

View File

@ -87,8 +87,8 @@
/>
-->
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
<!-- Define an AJP 1.3 Connector on port 20400 -->
<Connector port="20400" protocol="AJP/1.3" redirectPort="8443" />
<!-- An Engine represents the entry point (within Catalina) that processes