diff options
| author | Ade Lee <alee@redhat.com> | 2016-06-02 12:20:20 -0400 |
|---|---|---|
| committer | Ade Lee <alee@redhat.com> | 2016-06-03 11:49:15 -0400 |
| commit | d77c0f15ad4d51af998b7ab89f7482b7d0b3a370 (patch) | |
| tree | 511992948d05ad461a2bb201afdd5ad287c45efe /base/server/tomcat7 | |
| parent | 4dcc3a5e22c9f0c2cbe1b29f64df9bfa08d7dda6 (diff) | |
| download | pki-d77c0f15ad4d51af998b7ab89f7482b7d0b3a370.tar.gz pki-d77c0f15ad4d51af998b7ab89f7482b7d0b3a370.tar.xz pki-d77c0f15ad4d51af998b7ab89f7482b7d0b3a370.zip | |
Add option to modify ajp_host to pkispawn
This allows IPA to handle the case of a pure ipv6
environment in which the ipv4 loopback interface is
not available.
Ticket 1717
Diffstat (limited to 'base/server/tomcat7')
| -rw-r--r-- | base/server/tomcat7/conf/server.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/tomcat7/conf/server.xml b/base/server/tomcat7/conf/server.xml index eb4ef8e5f..db4337894 100644 --- a/base/server/tomcat7/conf/server.xml +++ b/base/server/tomcat7/conf/server.xml @@ -214,7 +214,7 @@ Tomcat Port = [TOMCAT_SERVER_PORT] (for shutdown) <!-- Define an AJP 1.3 Connector on port [PKI_AJP_PORT] --> [PKI_OPEN_AJP_PORT_COMMENT] - <Connector port="[PKI_AJP_PORT]" protocol="AJP/1.3" redirectPort="[PKI_AJP_REDIRECT_PORT]" address="127.0.0.1" /> + <Connector port="[PKI_AJP_PORT]" protocol="AJP/1.3" redirectPort="[PKI_AJP_REDIRECT_PORT]" address="[PKI_AJP_HOST]" /> [PKI_CLOSE_AJP_PORT_COMMENT] |
