From aa3ca51ada70e26d3d73c0519659f7cbc20ea5e6 Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Tue, 10 May 2011 09:15:00 +0000
Subject: [PATCH] MINOR: Added a property to the devel service.properties.

SVN: 21185
---
 datastore_server/etc/service.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/datastore_server/etc/service.properties b/datastore_server/etc/service.properties
index 93a5b9bf4a8..b319dd2dc36 100644
--- a/datastore_server/etc/service.properties
+++ b/datastore_server/etc/service.properties
@@ -49,6 +49,9 @@ notify-successful-registration = false
 # The URL of the openBIS server
 server-url = http://localhost:8888
 
+# The location of the jars accessable to web start clients
+webstart-jar-path = targets/dist/datastore_server/lib
+
 # The username to use when contacting the openBIS server
 username = etlserver
 
-- 
GitLab