[java-idp-testbed COMMIT] /trunk/src/main/webapp/WEB-INF/web.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Dec 24 19:28:45 EST 2013


Author: tzeller
Date: Tue Dec 24 19:28:45 2013
New Revision: 100

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=100&view=rev
Log:
Use 'app.home' property instead of 'idp.home' to set location of testbed-beans.xml.

Modified:
    trunk/src/main/webapp/WEB-INF/web.xml

Modified: trunk/src/main/webapp/WEB-INF/web.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/webapp/WEB-INF/web.xml?rev=100&r1=99&r2=100&view=diff
==============================================================================
--- trunk/src/main/webapp/WEB-INF/web.xml (original)
+++ trunk/src/main/webapp/WEB-INF/web.xml Tue Dec 24 19:28:45 2013
@@ -5,7 +5,7 @@
     <!-- Context config params -->
     <context-param>
         <param-name>contextConfigLocation</param-name>
-        <param-value>file://${idp.home}/system/conf/global-system.xml file://${idp.home}/conf/global-user.xml file://${idp.home}/system/conf/testbed-beans.xml</param-value>
+        <param-value>file://${idp.home}/system/conf/global-system.xml file://${idp.home}/conf/global-user.xml file://${app.home}/system/conf/testbed-beans.xml</param-value>
     </context-param>
 
     <!-- Listeners -->



More information about the commits mailing list