Author: mattmann
Date: Tue Feb 15 22:54:29 2011
New Revision: 1071098

URL: http://svn.apache.org/viewvc?rev=1071098&view=rev
Log:
- progress towards OODT-139 PCS JAX-RS services: Health Monitor. Thanks to 
ahart and pramirez for testing.

Modified:
    oodt/trunk/pcs/services/src/main/webapp/META-INF/context.xml

Modified: oodt/trunk/pcs/services/src/main/webapp/META-INF/context.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/pcs/services/src/main/webapp/META-INF/context.xml?rev=1071098&r1=1071097&r2=1071098&view=diff
==============================================================================
--- oodt/trunk/pcs/services/src/main/webapp/META-INF/context.xml (original)
+++ oodt/trunk/pcs/services/src/main/webapp/META-INF/context.xml Tue Feb 15 
22:54:29 2011
@@ -18,22 +18,22 @@ the License.
 <Context path="/pcs" docBase="/path/to/pcs-services-X.Y.war">
                
        <Parameter name="org.apache.oodt.cas.fm.url"
-           value="http://localhost:9000"/>
+           value="[FILEMGR_URL]"/>
 
        <Parameter name="org.apache.oodt.cas.wm.url"
-           value="http://localhost:9001"/>
+           value="[WORKFLOW_URL]"/>
 
        <Parameter name="org.apache.oodt.cas.rm.url"
-           value="http://localhost:9002"/>
+           value="[RESMGR_URL]"/>
            
        <Parameter name="org.apache.oodt.pcs.ll.conf.filePath"
-           value="/path/to/pcs-ll-conf.xmnl"/>
+           value="[PCS_HOME]/aux/pcs/pcs-ll-conf.xmnl"/>
            
        <Parameter name="org.apache.oodt.pcs.health.crawler.conf.filePath"
-           
value="/Users/mattmann/src/oodt/trunk/pcs/core/src/main/resources/pcs-crawlers.xml"/>
+           value="[PCS_HOME]/aux/pcs/pcs-crawlers.xml"/>
            
        <Parameter name="org.apache.oodt.pcs.health.workflow.statuses.filePath"
-           
value="/Users/mattmann/src/oodt/trunk/pcs/core/src/main/resources/pcs-workflow-statuses.xml"/>
+           value="[PCS_HOME]/aux/pcs-workflow-statuses.xml"/>
            
        <Parameter name="org.apache.oodt.pcs.trace.enableNonCat"
            value="true"/>


Reply via email to