library/roles/smartgears/dataminer_app/templates/web.xml.j2: Fix the algorithmDirectory path inside the dataminer configuration.
This commit is contained in:
parent
7f6ff58bc1
commit
6364e3cfc4
|
@ -9,7 +9,7 @@
|
|||
|
||||
<context-param>
|
||||
<param-name>algorithmDirectory</param-name>
|
||||
<param-value>{{ dataminer_wps_algorithms_dest }}</param-value>
|
||||
<param-value>{{ dataminer_wps_algorithms_dest }}/{{ dataminer_infra_reference }}/software</param-value>
|
||||
</context-param>
|
||||
|
||||
<!-- security-constraint> <web-resource-collection> <web-resource-name>My
|
||||
|
|
Loading…
Reference in New Issue