[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/idp.properties

noreply at shibboleth.net noreply at shibboleth.net
Tue Apr 22 19:02:26 EDT 2014


Author: tzeller
Date: Tue Apr 22 19:02:26 2014
New Revision: 5763

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5763&view=rev
Log:
Add jetty.backchannel.port, idp.context.path, and idp.war.path to idp.properties. Note that idp.war.path is nested.

Modified:
    trunk/idp-conf/src/main/resources/conf/idp.properties

Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/idp.properties?rev=5763&r1=5762&r2=5763&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Tue Apr 22 19:02:26 2014
@@ -3,6 +3,7 @@
 jetty.port=8080
 jetty.secure.port=8443
 jetty.https.port=8443
+jetty.backchannel.port=9443
 jetty.dump.start=false
 jetty.dump.stop=false
 jetty.keystore.path=creds/localhost.p12
@@ -118,3 +119,6 @@
 # Message freshness and replay cache tuning
 idp.policy.messageLifetime = PT3M
 idp.policy.clockSkew = PT3M
+
+idp.context.path = /idp
+idp.war.path = ${idp.home}/war/idp.war



More information about the commits mailing list