Author: jacopoc
Date: Mon Jun 25 22:42:42 2007
New Revision: 550701
URL:
http://svn.apache.org/viewvc?view=rev&rev=550701Log:
http and https ports should not be changed; I think this change has been committed by accident.
Modified:
ofbiz/trunk/framework/webapp/config/url.properties
Modified: ofbiz/trunk/framework/webapp/config/url.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/config/url.properties?view=diff&rev=550701&r1=550700&r2=550701==============================================================================
--- ofbiz/trunk/framework/webapp/config/url.properties (original)
+++ ofbiz/trunk/framework/webapp/config/url.properties Mon Jun 25 22:42:42 2007
@@ -22,11 +22,11 @@
# HTTPS Port (Secure port)
port.https.enabled=Y
-port.https=28443
+port.https=8443
force.https.host=
# HTTP Port (Not Secure port)
-port.http=28080
+port.http=8080
force.http.host=
# Static Content URLs to make it easy to move the serving load for static content to other machines