Added GRSF_Pre VRE in web.xml

This commit is contained in:
Luca Frosini 2020-06-23 16:06:28 +02:00
parent bd5e253dbc
commit aa80ff3800
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@
<!-- <param-value>/gcube/devsec/devVRE</param-value> -->
<param-value>/d4science.research-infrastructures.eu/FARM/GRSF</param-value>
</context-param>
<context-param>
<description>Context of pending products under manage activities for prevalidation VRE</description>
<param-name>PreValidateVRE</param-name>
<!-- <param-value>/gcube/devNext/NextNext</param-value> -->
<param-value>/d4science.research-infrastructures.eu/FARM/GRSF_Pre</param-value>
</context-param>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>