From 12b3812f0f634fd76e63f426608ba02e9df6fea3 Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Mon, 28 Mar 2011 08:59:28 +0000 Subject: [PATCH] LMS-2131 New optional entry in service.properties for infrastructure introduced to server web-start clients from DSS. SVN: 20498 --- datastore_server/dist/etc/service.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/datastore_server/dist/etc/service.properties b/datastore_server/dist/etc/service.properties index 649d89a5826..3afae06365c 100644 --- a/datastore_server/dist/etc/service.properties +++ b/datastore_server/dist/etc/service.properties @@ -86,6 +86,11 @@ cifex-admin-password = # The base URL for Web client access. download-url = https://localhost:8444 +# The webstart-jar-path is the location of jars for webstart programs. By default, it points to the +# lib directory, which is usually the correct value. In some rare circumstances, it may make sense +# to override and specify an alternate value. +# webstart-jar-path = lib/ + # SMTP properties (must start with 'mail' to be considered). # mail.smtp.host = localhost # mail.from = datastore_server@localhost -- GitLab