forked from ISTI-ansible-roles/ansible-roles
added new web.xml parameters
This commit is contained in:
parent
6a8590d3d6
commit
3a43312e7a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue