From 1c46b6411cba3e40403edcf6b925026bc0d8514b Mon Sep 17 00:00:00 2001
From: anttil <anttil>
Date: Wed, 15 Feb 2012 14:49:58 +0000
Subject: [PATCH] Correct sprint server screening dss port

SVN: 24475
---
 .../public/resources/applications/jsonize/jsonize.html      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/applications/jsonize/jsonize.html b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/applications/jsonize/jsonize.html
index 945a853b261..463789a3af2 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/applications/jsonize/jsonize.html
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/applications/jsonize/jsonize.html
@@ -10,10 +10,10 @@
   <body>
     <script type="text/javascript">
       $(document).ready(function(){
-        //var openbisHost = 'http://127.0.0.1:8888';
-        //var dssHost = 'http://127.0.0.1:8889';
+//        var openbisHost = 'http://127.0.0.1:8888';
+//        var dssHost = 'http://127.0.0.1:8889';
         var openbisHost = 'https://sprint-openbis.ethz.ch:8446';
-        var dssHost = 'https://sprint-openbis.ethz.ch:8447'; 
+        var dssHost = 'https://sprint-openbis.ethz.ch:8444'; 
         var openbisContext = 'openbis';
         
         var o = new openbis(openbisHost, openbisContext, dssHost);
-- 
GitLab