[java-idp-tomcat-base] 10/10: Add host and port properties

Tom Zeller tzeller at dragonacea.biz
Fri Aug 12 16:05:07 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=73f82fda403770c2a9afa7d985b18462b3248651

commit 73f82fda403770c2a9afa7d985b18462b3248651
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Aug 12 15:03:32 2016 -0500

    Add host and port properties
---
 .../resources/tomcat-base/conf/catalina.properties | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/src/main/resources/tomcat-base/conf/catalina.properties b/src/main/resources/tomcat-base/conf/catalina.properties
index 58468e2..0c5f8a8 100644
--- a/src/main/resources/tomcat-base/conf/catalina.properties
+++ b/src/main/resources/tomcat-base/conf/catalina.properties
@@ -250,3 +250,30 @@ tomcat.util.buf.StringCache.byte.enabled=true
 #tomcat.util.buf.StringCache.char.enabled=true
 #tomcat.util.buf.StringCache.trainThreshold=500000
 #tomcat.util.buf.StringCache.cacheSize=5000
+
+#
+# Shibboleth IdP properties
+#
+
+# 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 SOAP endpoint port
+tomcat.backchannel.port=9443
+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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list