From 0c5874e9f1cc18c474b21faaefd9152b5a5bbbe9 Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Fri, 12 Oct 2018 13:50:32 +0000 Subject: [PATCH] max computation, saveOnStorage, simulationMode become init parameters of web.xml git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/wps@173382 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/web.xml | 14 ++++++++++++++ .../gcube/data/analysis/wps/ExecuteRequest.java | 13 ++++++++++--- .../gcube/data/analysis/wps/RequestHandler.java | 10 +++++++--- .../data/analysis/wps/WebProcessingService.java | 16 +++++++++++++--- src/main/webapp/WEB-INF/README | 2 +- src/main/webapp/WEB-INF/web.xml | 14 ++++++++++++++ 6 files changed, 59 insertions(+), 10 deletions(-) diff --git a/distro/web.xml b/distro/web.xml index 3f174c5..e5ee400 100644 --- a/distro/web.xml +++ b/distro/web.xml @@ -11,6 +11,20 @@ algorithmDirectory /home/gcube/wps_algorithms/algorithms + + + maxComputation + 4 + + + saveOnStorage + true + + + simulationMode + false + +