Print

Print


Author: [log in to unmask]
Date: Thu Feb 11 16:45:44 2016
New Revision: 4204

Log:
Change to run webapp production URLs.

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	Thu Feb 11 16:45:44 2016
@@ -13,34 +13,34 @@
        
     <resource-ref>
         <description>Run Database Connection</description>
-        <res-ref-name>jdbc/hps_run_db_dev</res-ref-name>
+        <res-ref-name>jdbc/hps_run_db_v2</res-ref-name>
         <res-type>javax.sql.DataSource</res-type>
         <res-auth>Container</res-auth>
     </resource-ref>
 
-<!--    
     <context-param>
         <param-name>datacat</param-name>
         <param-value>http://hpsweb.jlab.org/datacat</param-value>
     </context-param>
--->    
-    
+
+<!--     
     <context-param>
         <param-name>datacat</param-name>
         <param-value>http://ppa-jeremym-l.slac.stanford.edu:8080/datacat-v0.5-SNAPSHOT</param-value>
     </context-param>
+-->
 
-<!-- 
     <context-param>
         <param-name>dataquality</param-name>
         <param-value>http://hpsweb.jlab.org/data-quality</param-value>
     </context-param>
--->
 
+<!--    
     <context-param>
         <param-name>dqm</param-name>
         <param-value>http://ppa-jeremym-l.slac.stanford.edu:8080/data-quality</param-value>
     </context-param>
+-->
 
     <!-- Display full run table. -->                
     <servlet>