Skip to content

Instantly share code, notes, and snippets.

@kennethliquidpubs
Created January 24, 2013 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennethliquidpubs/4616992 to your computer and use it in GitHub Desktop.
Save kennethliquidpubs/4616992 to your computer and use it in GitHub Desktop.
/etc/tomcat7/server.xml - change to ports 80 and 443
<Connector executor="tomcatThreadPool"
port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
<!-- change the ports from 8080 and 8443 to 80 and 443 respectively -->
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
URIEncoding="UTF-8"
redirectPort="443" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment