Print

Print


Author: [log in to unmask]
Date: Mon Oct 26 07:19:14 2015
New Revision: 3889

Log:
Use production URLS in run web.

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

Modified: webapps/trunk/run-webapp/src/main/webapp/WEB-INF/web.xml
 =============================================================================
--- webapps/trunk/run-webapp/src/main/webapp/WEB-INF/web.xml	(original)
+++ webapps/trunk/run-webapp/src/main/webapp/WEB-INF/web.xml	Mon Oct 26 07:19:14 2015
@@ -20,12 +20,12 @@
     
     <context-param>
         <param-name>datacat</param-name>
-        <param-value>http://ppa-jeremym-l.slac.stanford.edu:8080/datacat-v0.4-SNAPSHOT</param-value>
+        <param-value>http://hpsweb.jlab.org/datacat</param-value>
     </context-param>
     
     <context-param>
         <param-name>dataquality</param-name>
-        <param-value>http://ppa-jeremym-l.slac.stanford.edu:8080/data-quality</param-value>
+        <param-value>http://hpsweb.jlab.org/data-quality</param-value>
     </context-param>
             
     <!-- Display full run table. -->