Get rid of Port:8080 notation
After setting up antclick (java-only), I want to get rid of the domain.com:8080 notation because people tell me that their company's firewall prohibit access to that port. How can you handle that?
After setting up antclick (java-only), I want to get rid of the domain.com:8080 notation because people tell me that their company's firewall prohibit access to that port. How can you handle that?
robert
change the variable HTTP_PORT in hop.bat or hop.sh (depending on your operating system) to the desired port.
martin_
thanks, martin_
click
..if I change the variable HTTP_PORT in hop.sh (Mac OSX.4) to the port 80, it originates a conflict of ports. Mac OSX uses personal web server by default on port 80.