[java-idp-tomcat-base] 03/04: Remove non-HTTPS connector
Tom Zeller
tzeller at dragonacea.biz
Thu Mar 29 20:06:24 EDT 2018
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=2f2f314a188b9aaa522259d8f5e42babbdc1bc44
commit 2f2f314a188b9aaa522259d8f5e42babbdc1bc44
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Mar 29 18:50:21 2018 -0500
Remove non-HTTPS connector
---
.../resources/tomcat-base/conf/catalina.properties | 8 --------
src/main/resources/tomcat-base/conf/server.xml | 19 -------------------
2 files changed, 27 deletions(-)
diff --git a/src/main/resources/tomcat-base/conf/catalina.properties b/src/main/resources/tomcat-base/conf/catalina.properties
index 484c695..bb3bc11 100644
--- a/src/main/resources/tomcat-base/conf/catalina.properties
+++ b/src/main/resources/tomcat-base/conf/catalina.properties
@@ -269,13 +269,5 @@ tomcat.backchannel.keystoreFile=../credentials/idp-backchannel.p12
tomcat.backchannel.keystorePass=changeit
tomcat.backchannel.keystoreType=PKCS12
-#
-# Configuration for the non https connection.
-#
-# In general, do not modify these values
-#
-tomcat.nonhttps.host=localhost
-tomcat.nonhttps.port=8080
-
tomcat.shutdown.port=8005
tomcat.shutdown.password=SHUTDOWN
diff --git a/src/main/resources/tomcat-base/conf/server.xml b/src/main/resources/tomcat-base/conf/server.xml
index 000c7ff..c621d95 100644
--- a/src/main/resources/tomcat-base/conf/server.xml
+++ b/src/main/resources/tomcat-base/conf/server.xml
@@ -44,25 +44,6 @@
maxThreads="150" minSpareThreads="4"/>
-->
-
- <!-- A "Connector" represents an endpoint by which requests are received
- and responses are returned. Documentation at :
- Java HTTP Connector: /docs/config/http.html
- Java AJP Connector: /docs/config/ajp.html
- APR (HTTP/AJP) Connector: /docs/apr.html
- Define a non-SSL/TLS HTTP/1.1 Connector on port 8080
- -->
- <Connector port="${tomcat.nonhttps.port}" protocol="HTTP/1.1"
- connectionTimeout="20000"
- maxPostSize="100000"
- redirectPort="${tomcat.https.port}" />
- <!-- A "Connector" using the shared thread pool-->
- <!--
- <Connector executor="tomcatThreadPool"
- port="8080" protocol="HTTP/1.1"
- connectionTimeout="20000"
- redirectPort="8443" />
- -->
<!-- Define a SSL/TLS HTTP/1.1 Connector on port 8443
This connector uses the NIO implementation with the JSSE engine. When
using the JSSE engine, the JSSE configuration attributes must be used.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list