From 761dbfe0bb7ca79576a7926b23d68ae1dad0015d Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Tue, 12 Jan 2010 09:16:01 +0000
Subject: [PATCH] LMS-1331 screening: configure DSS servlet serving images

SVN: 14243
---
 screening/etc/service.properties | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/screening/etc/service.properties b/screening/etc/service.properties
index 7b81aa6575b..df063c3074d 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
-- 
GitLab