[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/idp.properties
noreply at shibboleth.net
noreply at shibboleth.net
Thu May 22 13:55:33 EDT 2014
Author: tzeller
Date: Thu May 22 13:55:32 2014
New Revision: 5963
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5963&view=rev
Log:
Move jetty.* properties out of idp.properties to idp-distribution:jetty-base/start.d/idp.ini.
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=5963&r1=5962&r2=5963&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Thu May 22 13:55:32 2014
@@ -1,15 +1,3 @@
-# Jetty properties
-jetty.host=localhost
-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
-jetty.keystore.password=changeit
-jetty.keystore.type=PKCS12
-
# Use the XML Parser SecurityManager appropriate for the chosen parser
# Sun/Oracle, use com.sun.org.apache.xerces.internal.util.SecurityManager
# Xerces, use org.apache.xerces.util.SecurityManager
@@ -121,6 +109,3 @@
# Access control for status page
idp.status.allowedAddresses = '127.0.0.1/32', '::1/128'
-
-idp.context.path = /idp
-idp.war.path = ${idp.home}/war/idp.war
More information about the commits
mailing list