web.xml fix

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@158979 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-12-01 10:13:16 +00:00
parent 91c204b51c
commit c620324cef
1 changed files with 4 additions and 4 deletions

View File

@ -24,14 +24,14 @@
<context-param>
<description>Context of pending products under manage activities</description>
<param-name>ManageVRE</param-name>
<param-value>/gcube/devNext/NextNext</param-value>
<!-- <param-value>/d4science.research-infrastructures.eu/FARM/GRSF_Admin</param-value> -->
<!-- <param-value>/gcube/devNext/NextNext</param-value> -->
<param-value>/d4science.research-infrastructures.eu/FARM/GRSF_Admin</param-value>
</context-param>
<context-param>
<description>Context of products no longer under manage activities</description>
<param-name>PublicVRE</param-name>
<param-value>/gcube/devsec/devVRE</param-value>
<!-- <param-value>/d4science.research-infrastructures.eu/FARM/GRSF</param-value> -->
<!-- <param-value>/gcube/devsec/devVRE</param-value> -->
<param-value>/d4science.research-infrastructures.eu/FARM/GRSF</param-value>
</context-param>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>