From 81a3591d0bac21450078085665579c39269646b1 Mon Sep 17 00:00:00 2001 From: hns Date: Fri, 25 Oct 2002 12:40:12 +0000 Subject: [PATCH] A normal user can't start a server on port 80, switch back to 8080. --- build/antclick/hop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/antclick/hop.sh b/build/antclick/hop.sh index 38747012..2fe666ea 100755 --- a/build/antclick/hop.sh +++ b/build/antclick/hop.sh @@ -12,7 +12,7 @@ # Set TCP ports for Helma servers # (comment/uncomment to de/activate) -HTTP_PORT=80 +HTTP_PORT=8080 XMLRPC_PORT=8081 # AJP13_PORT=8009 # RMI_PORT=5050