[java-idp-tomcat-base] 06/10: Add back-channel SOAP connector
Tom Zeller
tzeller at dragonacea.biz
Fri Aug 12 16:05:03 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 8.5
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=fb606e9f3cfe7552e48d3fb8b6a9ffa7c9858cda
commit fb606e9f3cfe7552e48d3fb8b6a9ffa7c9858cda
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Aug 12 14:51:32 2016 -0500
Add back-channel SOAP connector
---
src/main/resources/tomcat-base/conf/server.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/main/resources/tomcat-base/conf/server.xml b/src/main/resources/tomcat-base/conf/server.xml
index 3c4f8b1..2c1145c 100644
--- a/src/main/resources/tomcat-base/conf/server.xml
+++ b/src/main/resources/tomcat-base/conf/server.xml
@@ -92,6 +92,17 @@
</SSLHostConfig>
</Connector>
-->
+ <Connector port="${tomcat.backchannel.port}" protocol="org.apache.coyote.http11.Http11NioProtocol"
+ maxThreads="150"
+ maxPostSize="100000"
+ SSLEnabled="true"
+ scheme="https"
+ secure="true"
+ clientAuth="want"
+ keystoreFile="${tomcat.backchannel.keystoreFile}"
+ keystorePass="${tomcat.backchannel.keystorePass}"
+ keystoreType="${tomcat.backchannel.keystoreType}"
+ trustManagerClassName="net.shibboleth.utilities.ssl.TrustAnyCertificate" />
<!-- Define an AJP 1.3 Connector on port 8009 -->
<!--
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list