Change Tomcat port from 8080 to 80
To change Apache Tomcat port from 8080 to 80 (so that developer or user doesn't need to type :8080 at the back of the URL):
- Edit TOMCAT_DIR\conf\server.xml.
- Look for line similar to below (the keyword is connector and 8080):
<connector connectiontimeout="20000" port="8080" protocol="HTTP/1.1" redirectport="8443"></connector> - Just change 8080 to 80 and restart Tomcat.

0 comments:
Post a Comment