
Untitled
By: a guest on
Jul 29th, 2012 | syntax:
None | size: 0.46 KB | hits: 16 | expires: Never
Why does Tomcat work with port 8080 but not 80?
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
URIEncoding="UTF-8"
redirectPort="8443" />
# If you run Tomcat on port numbers that are all higher than 1023, then you
# do not need authbind. It is used for binding Tomcat to lower port numbers.
# NOTE: authbind works only with IPv4. Do not enable it when using IPv6.
# (yes/no, default: no)
#AUTHBIND=no