mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-17 02:53:18 +01:00
bug 6149: changed default AJP port to avoid random port assignment at startup.
This commit is contained in:
parent
8cc83313dd
commit
6721c4423e
@ -87,8 +87,8 @@
|
|||||||
/>
|
/>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Define an AJP 1.3 Connector on port 8009 -->
|
<!-- Define an AJP 1.3 Connector on port 20400 -->
|
||||||
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
|
<Connector port="20400" protocol="AJP/1.3" redirectPort="8443" />
|
||||||
|
|
||||||
|
|
||||||
<!-- An Engine represents the entry point (within Catalina) that processes
|
<!-- An Engine represents the entry point (within Catalina) that processes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user