Tomcat does not run on port 80 as non-root
It is not recommended to make tomcat listen in 80 port, since Tomcat would need to run as a privileged user. It is suggested either you redirect the port traffic using iptables . # /sbin/iptables -A FORWARD -p tcp –destination-port Continue reading Tomcat does not run on port 80 as non-root