How do I change the port from 8080 to 80?
Created May 14, 2012
Hariharasubramanian Ranganathan Open server.xml in %TOMCAT_HOME%conf directory and edit the <Connector> element.
For SimpleTcpConnector, change the sub-element "port" value to 80. Yes, You got it!