From c6217eab9dd0ae9e4bbdd6c5beaba60ef2941d79 Mon Sep 17 00:00:00 2001 From: izabel <izabel> Date: Mon, 22 Jun 2009 21:16:55 +0000 Subject: [PATCH] [LMS-950] update DDS service.properties SVN: 11487 --- datastore_server/dist/etc/service.properties | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/datastore_server/dist/etc/service.properties b/datastore_server/dist/etc/service.properties index fda6bcb59fa..59c8200dc12 100644 --- a/datastore_server/dist/etc/service.properties +++ b/datastore_server/dist/etc/service.properties @@ -40,7 +40,7 @@ highwater-mark = -1 notify-successful-registration = false # The URL of the openBIS server -server-url = https://localhost:8443/openbis/openbis +server-url = http://localhost:8888/openbis # The username to use when contacting the openBIS server username = etlserver @@ -91,6 +91,12 @@ inputs=main-thread # The directory to watch for incoming data. main-thread.incoming-dir = data/incoming +# If 'true' then unidentified and invalid data sets will be deleted instead of being moved to 'unidentified' folder +# Allowed values: +# - false - (default) move unidentified or invalid data sets to 'unidentified' folder +# - true - delete unidentified or invalid data sets +# delete-unidentified = true + # Determines when the incoming data should be considered complete and ready to be processed. # Allowed values: # - auto-detection - when no write access will be detected for a specified 'quite-period' @@ -116,6 +122,9 @@ main-thread.data-set-info-extractor.group-code = TEST # Location of file containing data set properties #main-thread.data-set-info-extractor.data-set-properties-file-name = data-set.properties +# IDataSetInfoExtractor working with CIFEX DataStoreTrigger +# main-thread.data-set-info-extractor = ch.systemsx.cisd.etlserver.cifex.CifexDataSetInfoExtractor + # The extractor class to use for type extraction main-thread.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor main-thread.type-extractor.file-format-type = TIFF @@ -123,6 +132,11 @@ main-thread.type-extractor.locator-type = RELATIVE_LOCATION main-thread.type-extractor.data-set-type = HCS_IMAGE main-thread.type-extractor.is-measured = true +# ITypeExtractor working with CIFEX DataStoreTrigger +# main-thread.type-extractor = ch.systemsx.cisd.etlserver.cifex.CifexTypeExtractor +# main-thread.type-extractor.locator-type = RELATIVE_LOCATION +# main-thread.type-extractor.is-measured = true + # The storage processor (IStorageProcessor implementation) main-thread.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor # main-thread.storage-processor = ch.systemsx.cisd.etlserver.BDSStorageProcessor -- GitLab