[java-idp-tomcat-base] 04/04: More realistic default ports
Tom Zeller
tzeller at dragonacea.biz
Thu Mar 29 20:06:25 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=62a2a1fc7f41dd4e0ee324c2150127ee1e52d0f6
commit 62a2a1fc7f41dd4e0ee324c2150127ee1e52d0f6
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Mar 29 18:51:25 2018 -0500
More realistic default ports
---
src/main/resources/tomcat-base/conf/catalina.properties | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/tomcat-base/conf/catalina.properties b/src/main/resources/tomcat-base/conf/catalina.properties
index bb3bc11..970725c 100644
--- a/src/main/resources/tomcat-base/conf/catalina.properties
+++ b/src/main/resources/tomcat-base/conf/catalina.properties
@@ -258,13 +258,13 @@ tomcat.util.buf.StringCache.byte.enabled=true
# The interface to listen on. To listen on all interfaces, set tomcat.host = 0.0.0.0
tomcat.host=localhost
-# The HTTPS port
-tomcat.https.port=8443
+# The HTTPS connector
+tomcat.https.port=443
tomcat.https.certificateKeystoreFile=../credentials/idp-userfacing.p12
tomcat.https.certificateKeystorePassword=changeit
-# The SOAP endpoint port
-tomcat.backchannel.port=9443
+# The SOAP endpoint connector
+tomcat.backchannel.port=8443
tomcat.backchannel.keystoreFile=../credentials/idp-backchannel.p12
tomcat.backchannel.keystorePass=changeit
tomcat.backchannel.keystoreType=PKCS12
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list