From 2dd352e61b4657fe3e04b343836b951613dee64d Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Fri, 21 Oct 2011 08:46:13 +0000
Subject: [PATCH] minor: documentation

SVN: 23381
---
 openbis/dist/server/jetty.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/openbis/dist/server/jetty.xml b/openbis/dist/server/jetty.xml
index fd077b28144..e2a3ba7433a 100644
--- a/openbis/dist/server/jetty.xml
+++ b/openbis/dist/server/jetty.xml
@@ -13,6 +13,7 @@
 
     <Call name="addConnector">
         <Arg>
+          <!-- Use this connector to use SSL and run openBIS on 8443 port -->
           <New class="org.eclipse.jetty.server.ssl.SslSelectChannelConnector">
 	             <Set name="Port">8443</Set>
 	                 <Set name="maxIdleTime">30000</Set>
@@ -24,7 +25,8 @@
                   <Set name="Password">changeit</Set>
                   <Set name="KeyPassword">changeit</Set>
           </New>
-          <!-- Use this connector and remove the one above to switch off SSL
+          <!-- Use this connector and remove the one above to switch off SSL and run openBIS on 8080 port -->
+          <!-- 
           <New class="org.eclipse.jetty.server.nio.SelectChannelConnector">
              <Set name="Port">8080</Set>
              <Set name="maxIdleTime">30000</Set>
-- 
GitLab