added new web.xml parameters

This commit is contained in:
Roberto Cirillo 2018-10-16 11:46:53 +02:00
parent 6a8590d3d6
commit 3a43312e7a
1 changed files with 12 additions and 1 deletions

View File

@ -11,7 +11,18 @@
<param-name>algorithmDirectory</param-name>
<param-value>{{ dataminer_wps_algorithms_dest }}/{{ dataminer_infra_reference }}/software</param-value>
</context-param>
<context-param>
<param-name>maxComputation</param-name>
<param-value>{{ dataminer_maxcomputation }}</param-value>
</context-param>
<context-param>
<param-name>saveOnStorage</param-name>
<param-value>{{ dataminer_saveonstorage }}</param-value>
</context-param>
<context-param>
<param-name>simulationMode</param-name>
<param-value>{{ dataminer_simulationmode }}</param-value>
</context-param>
<!-- security-constraint> <web-resource-collection> <web-resource-name>My
JSP</web-resource-name> <url-pattern>/webAdmin/index.jsp</url-pattern> <http-method>GET</http-method>
<http-method>POST</http-method> </web-resource-collection> <auth-constraint>