[java-identity-provider COMMIT] /trunk/idp-distribution/src/main/resources/jetty-base/start.d/idp.ini
noreply at shibboleth.net
noreply at shibboleth.net
Tue Jun 24 22:10:22 EDT 2014
Author: tzeller
Date: Tue Jun 24 22:10:21 2014
New Revision: 6166
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6166&view=rev
Log:
Comment out the HTTP connector port and add some documentation to idp.ini.
Modified:
trunk/idp-distribution/src/main/resources/jetty-base/start.d/idp.ini
Modified: trunk/idp-distribution/src/main/resources/jetty-base/start.d/idp.ini
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/src/main/resources/jetty-base/start.d/idp.ini?rev=6166&r1=6165&r2=6166&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/jetty-base/start.d/idp.ini (original)
+++ trunk/idp-distribution/src/main/resources/jetty-base/start.d/idp.ini Tue Jun 24 22:10:21 2014
@@ -1,12 +1,32 @@
-# Paths are relative to ${jetty.base} then ${jetty.home}
+# The interface to listen on. To listen on all interfaces, set jetty.host = 0.0.0.0
jetty.host=localhost
-jetty.port=8080
+
+# The HTTP port. By default, Jetty is configured to listen only on HTTPS
+# jetty.port=8080
+
+# The port for CONFIDENTIAL and INTEGRAL redirections
jetty.secure.port=8443
+
+# The HTTPS port
jetty.https.port=8443
+
+# The SOAP endpoint port
jetty.backchannel.port=9443
+
+# Path to keystore, relative to ${jetty.base} directory
jetty.keystore.path=../creds/localhost.p12
+
+# Keystore password
jetty.keystore.password=changeit
+
+# Keystore type
jetty.keystore.type=PKCS12
+
+# The IdP webapp context path
jetty.context.path=/idp
+
+# Path to IdP WAR file, relative to ${jetty.base} directory
jetty.war.path=../war/idp.war
+
+# Path to JAAS config
jetty.jaas.path=conf/authn/jaas.config
More information about the commits
mailing list