Author: mattmann
Date: Tue Feb 17 06:44:25 2015
New Revision: 1660290

URL: http://svn.apache.org/r1660290
Log:
- fix for OODT-811 RADIX incorrectly sets up PCS REST services app config

Modified:
    oodt/trunk/CHANGES.txt
    
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pcs-services/src/main/webapp/META-INF/context.xml

Modified: oodt/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1660290&r1=1660289&r2=1660290&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Tue Feb 17 06:44:25 2015
@@ -2,6 +2,8 @@ Apache OODT Change Log
 ======================
 Release 0.9 - Current Development
 
+* OODT-811 RADIX incorrectly sets up PCS REST services app config (mattmann)
+
 * OODT-810 Metadata PreCondition Comparators based on FileName and 
LastModified time (Luca Cinquini via mattmann)
 
 * OODT-809 A CrawlerAction that indexes to Solr (Luca Cinquini via mattmann)

Modified: 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pcs-services/src/main/webapp/META-INF/context.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pcs-services/src/main/webapp/META-INF/context.xml?rev=1660290&r1=1660289&r2=1660290&view=diff
==============================================================================
--- 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pcs-services/src/main/webapp/META-INF/context.xml
 (original)
+++ 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pcs-services/src/main/webapp/META-INF/context.xml
 Tue Feb 17 06:44:25 2015
@@ -27,13 +27,13 @@ the License.
            value="[RESMGR_URL]"/>
            
        <Parameter name="org.apache.oodt.pcs.ll.conf.filePath"
-           value="[PCS_HOME]/aux/pcs/pcs-ll-conf.xmnl"/>
+           value="[PCS_HOME]/policy/pcs-ll-conf.xmnl"/>
            
        <Parameter name="org.apache.oodt.pcs.health.crawler.conf.filePath"
-           value="[PCS_HOME]/aux/pcs/pcs-crawlers.xml"/>
+           value="[PCS_HOME]/policy/pcs-crawlers.xml"/>
            
        <Parameter name="org.apache.oodt.pcs.health.workflow.statuses.filePath"
-           value="[PCS_HOME]/aux/pcs/pcs-workflow-statuses.xml"/>
+           value="[PCS_HOME]/policy/pcs-workflow-statuses.xml"/>
            
        <Parameter name="org.apache.oodt.pcs.trace.enableNonCat"
            value="true"/>


Reply via email to