From a020abe6739d3b618f0b91ecca3b3a51cf5ac437 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Fri, 25 Jun 2010 15:23:58 +0000 Subject: [PATCH] LMS-1546 HCS distribution: fix port number SVN: 16754 --- screening/dist/etc/service.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screening/dist/etc/service.properties b/screening/dist/etc/service.properties index f4e21373111..4ff500246a2 100644 --- a/screening/dist/etc/service.properties +++ b/screening/dist/etc/service.properties @@ -14,7 +14,7 @@ storeroot-dir = ${root-dir}/store commandqueue-dir = # Port -port = 8889 +port = 8444 use-ssl = true # Session timeout in minutes @@ -48,7 +48,7 @@ highwater-mark = -1 notify-successful-registration = false # The URL of the openBIS server -server-url = ${host-address}:8443 +server-url = ${host-address}:${port} # The username to use when contacting the openBIS server username = etlserver -- GitLab