From 6364e3cfc46cdbf8ac3d755ffc5d5d1d463d7998 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 10 Oct 2017 17:37:33 +0200 Subject: [PATCH] library/roles/smartgears/dataminer_app/templates/web.xml.j2: Fix the algorithmDirectory path inside the dataminer configuration. --- smartgears/dataminer_app/templates/web.xml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/dataminer_app/templates/web.xml.j2 b/smartgears/dataminer_app/templates/web.xml.j2 index ced0bfbb..2e89f0d4 100644 --- a/smartgears/dataminer_app/templates/web.xml.j2 +++ b/smartgears/dataminer_app/templates/web.xml.j2 @@ -9,7 +9,7 @@ algorithmDirectory - {{ dataminer_wps_algorithms_dest }} + {{ dataminer_wps_algorithms_dest }}/{{ dataminer_infra_reference }}/software