[Yanel-commits] rev 42043 - public/yanel/trunk/src/build

michi at wyona.com michi at wyona.com
Thu Mar 19 14:21:27 CET 2009


Author: michi
Date: 2009-03-19 14:21:26 +0100 (Thu, 19 Mar 2009)
New Revision: 42043

Modified:
   public/yanel/trunk/src/build/build.properties
Log:
note added re ports re-configuration

Modified: public/yanel/trunk/src/build/build.properties
===================================================================
--- public/yanel/trunk/src/build/build.properties	2009-03-19 13:03:02 UTC (rev 42042)
+++ public/yanel/trunk/src/build/build.properties	2009-03-19 13:21:26 UTC (rev 42043)
@@ -14,13 +14,15 @@
 
 # Tomcat cluster nodes 1 and 2
 # IMPORTANT: Within build.properties these properties should always be commented, because otherwise one cannot disable these properties within local.build.properties (TODO: Introduce on/off switch)
-# Please note the ports only need to be configured if SSL is activated (in order to allow switching from non-SSL to SSL and back)!
+# Please note that the ports below only need to be configured if SSL is activated (in order to allow switching from non-SSL to SSL and back)!
 
 #tomcat1.home.dir=../tomcat-cluster/build/jakarta-tomcat-5.0.30-cnode1
+# WARNING: The ports below are NOT used to re-configure your Tomcat (please see the note above re SSL redirect)
 #tomcat1.ssl.port=9143
 #tomcat1.http.port=9190
 
 #tomcat2.home.dir=../tomcat-cluster/build/jakarta-tomcat-5.0.30-cnode2
+# WARNING: The ports below are NOT used to re-configure your Tomcat (please see the note above re SSL redirect)
 #tomcat2.ssl.port=9243
 #tomcat2.http.port=9290
 



More information about the Yanel-commits mailing list