Author: anil.saldhana(a)jboss.com
Date: 2011-05-03 22:15:33 -0400 (Tue, 03 May 2011)
New Revision: 925
Modified:
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-idfed.xml
Log:
use sys props
Modified:
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-idfed.xml
===================================================================
---
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-idfed.xml 2011-05-03
10:13:49 UTC (rev 924)
+++
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-idfed.xml 2011-05-04
02:15:33 UTC (rev 925)
@@ -1,4 +1,4 @@
<PicketLinkSP xmlns="urn:picketlink:identity-federation:config:1.0"
ServerEnvironment="tomcat">
- <IdentityURL>http://localhost:8080/idp/</IdentityURL>
- <ServiceURL>http://localhost:8080/sales-post/</ServiceURL>
+ <IdentityURL>${idp.url::http://localhost:8080/idp/}</IdentityURL>
+
<ServiceURL>${sales-post.url::http://localhost:8080/sales-post/}</ServiceURL>
</PicketLinkSP>
Show replies by date