mirror of https://github.com/apache/cloudstack.git
bug 6149: changed default AJP port to avoid random port assignment at startup.
This commit is contained in:
parent
6fd5d61c38
commit
46632f0e77
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue