Added functionality to allow the ATS to be accessible through
Apache if mod_proxy_ajp is configured.
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
to 0 -->
|
||||
|
||||
<!-- Define a SSL Coyote HTTP/1.1 Connector on port 2645 -->
|
||||
<!-- SSL_CONNECTOR_BEGIN -->
|
||||
<Connector port="2645"
|
||||
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
|
||||
enableLookups="false" disableUploadTimeout="true"
|
||||
@@ -86,6 +87,12 @@
|
||||
clientAuth="false" sslProtocol="TLS"
|
||||
keystoreFile="/etc/CASA/authtoken/keys/server/jks-store"
|
||||
keystorePass="secret" algorithm="IbmX509" />
|
||||
<!-- SSL_CONNECTOR_END -->
|
||||
|
||||
<!-- Define an AJP Connector -->
|
||||
<!-- AJP_CONNECTOR_BEGIN -->
|
||||
<Connector enableLookups="false" port="9595" protocol="AJP/1.3"/>
|
||||
<!-- AJP_CONNECTOR_END -->
|
||||
|
||||
<!-- An Engine represents the entry point (within Catalina) that processes
|
||||
every request. The Engine implementation for Tomcat stand alone
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
to 0 -->
|
||||
|
||||
<!-- Define a SSL Coyote HTTP/1.1 Connector on port 2645 -->
|
||||
<!-- SSL_CONNECTOR_BEGIN -->
|
||||
<Connector port="2645"
|
||||
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
|
||||
enableLookups="false" disableUploadTimeout="true"
|
||||
@@ -86,6 +87,12 @@
|
||||
clientAuth="false" sslProtocol="TLS"
|
||||
keystoreFile="/etc/ssl/servercerts/keystore.p12"
|
||||
keystorePass="password" keystoreType="pkcs12" algorithm="IbmX509" />
|
||||
<!-- SSL_CONNECTOR_END -->
|
||||
|
||||
<!-- Define an AJP Connector -->
|
||||
<!-- AJP_CONNECTOR_BEGIN -->
|
||||
<Connector enableLookups="false" port="9595" protocol="AJP/1.3"/>
|
||||
<!-- AJP_CONNECTOR_END -->
|
||||
|
||||
<!-- An Engine represents the entry point (within Catalina) that processes
|
||||
every request. The Engine implementation for Tomcat stand alone
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
to 0 -->
|
||||
|
||||
<!-- Define a SSL Coyote HTTP/1.1 Connector on port 2645 -->
|
||||
<!-- SSL_CONNECTOR_BEGIN -->
|
||||
<Connector port="2645"
|
||||
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
|
||||
enableLookups="false" disableUploadTimeout="true"
|
||||
@@ -86,6 +87,12 @@
|
||||
clientAuth="false" sslProtocol="TLS"
|
||||
keystoreFile="/etc/ssl/servercerts/keystore.p12"
|
||||
keystorePass="password" keystoreType="pkcs12" algorithm="SunX509" />
|
||||
<!-- SSL_CONNECTOR_END -->
|
||||
|
||||
<!-- Define an AJP Connector -->
|
||||
<!-- AJP_CONNECTOR_BEGIN -->
|
||||
<Connector enableLookups="false" port="9595" protocol="AJP/1.3"/>
|
||||
<!-- AJP_CONNECTOR_END -->
|
||||
|
||||
<!-- An Engine represents the entry point (within Catalina) that processes
|
||||
every request. The Engine implementation for Tomcat stand alone
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
to 0 -->
|
||||
|
||||
<!-- Define a SSL Coyote HTTP/1.1 Connector on port 2645 -->
|
||||
<!-- SSL_CONNECTOR_BEGIN -->
|
||||
<Connector port="2645"
|
||||
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
|
||||
enableLookups="false" disableUploadTimeout="true"
|
||||
@@ -86,6 +87,12 @@
|
||||
clientAuth="false" sslProtocol="TLS"
|
||||
keystoreFile="/etc/CASA/authtoken/keys/server/jks-store"
|
||||
keystorePass="secret" algorithm="SunX509" />
|
||||
<!-- SSL_CONNECTOR_END -->
|
||||
|
||||
<!-- Define an AJP Connector -->
|
||||
<!-- AJP_CONNECTOR_BEGIN -->
|
||||
<Connector enableLookups="false" port="9595" protocol="AJP/1.3"/>
|
||||
<!-- AJP_CONNECTOR_END -->
|
||||
|
||||
<!-- An Engine represents the entry point (within Catalina) that processes
|
||||
every request. The Engine implementation for Tomcat stand alone
|
||||
|
||||
Reference in New Issue
Block a user