From b4eab46c063df9d15d85916e13e7f94157d85124 Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Mon, 4 Mar 2013 10:29:39 +0000 Subject: [PATCH] BIS-224 SP-531 : Always include the dynamic graph servlet as graphservice SVN: 28503 --- .../dist/etc/service.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/openbis_standard_technologies/dist/etc/service.properties b/openbis_standard_technologies/dist/etc/service.properties index b3edbc97bba..15f346b37c6 100644 --- a/openbis_standard_technologies/dist/etc/service.properties +++ b/openbis_standard_technologies/dist/etc/service.properties @@ -131,6 +131,16 @@ path-info-db-consistency-check.label = Path Info DB consistency check path-info-db-consistency-check.dataset-types = .* path-info-db-consistency-check.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.DataSetAndPathInfoDBConsistencyCheckProcessingPlugin +# --------------------------------------------------------------------------- +# plugin services configuration +# --------------------------------------------------------------------------- + +# Comma separated names of plugin services. These are servlets that extend the functionality of the DSS +plugin-services = graph-service + +graph-service.class = ch.systemsx.cisd.openbis.dss.generic.server.DynamicFileTabularDataGraphServlet +graph-service.path = /graphservice/* + # --------------------------------------------------------------------------- # Archiver configuration (optional) # --------------------------------------------------------------------------- -- GitLab