Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 0.46 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Why does Tomcat work with port 8080 but not 80?
  2. <Connector port="80" protocol="HTTP/1.1"
  3.            connectionTimeout="20000"
  4.            URIEncoding="UTF-8"
  5.            redirectPort="8443" />
  6.        
  7. # If you run Tomcat on port numbers that are all higher than 1023, then you
  8.  # do not need authbind.  It is used for binding Tomcat to lower port numbers.
  9.  # NOTE: authbind works only with IPv4.  Do not enable it when using IPv6.
  10.  # (yes/no, default: no)
  11.  #AUTHBIND=no