diff --git a/screening/etc/service.properties b/screening/etc/service.properties index 7b81aa6575b857f0338072ef62b89a2324503c6a..df063c3074df5ec0c235012ca3a48d0e73c1d9a6 100644 --- a/screening/etc/service.properties +++ b/screening/etc/service.properties @@ -131,6 +131,15 @@ hierarchical-storage-updater.hierarchy-root-dir = targets/hierarchical-store # --------------------------------------------------------------------------- +# list of additional web servlets which will be exposed +plugin-services = screening-image-download-servlet +# class of the web servlet +screening-image-download-servlet.class = ch.systemsx.cisd.openbis.dss.generic.server.ImagesDownloadServlet +# URL which will be mapped to this servlet +screening-image-download-servlet.path = /datastore_server_screening/* + +# --------------------------------------------------------------------------- + # Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name. # E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor' inputs=raw-data, plate-analysis-data