From bc8893123b888856600d01427e2bfdee0ff2981f Mon Sep 17 00:00:00 2001 From: p3k Date: Fri, 4 Oct 2002 14:40:21 +0000 Subject: [PATCH] set HTTP_PORT to 80 and enabeld XML_PORT by default --- build/antclick/hop.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/antclick/hop.bat b/build/antclick/hop.bat index 3860ab04..a3b6310a 100755 --- a/build/antclick/hop.bat +++ b/build/antclick/hop.bat @@ -13,8 +13,8 @@ set OPTIONS= :: Set TCP ports for Helma servers :: (comment/uncomment to de/activate) -set HTTP_PORT=8080 -rem set XMLRPC_PORT=8081 +set HTTP_PORT=80 +set XMLRPC_PORT=8081 rem set AJP13_PORT=8009 rem set RMI_PORT=5050