I have a Tomcat application running on my Linux machine on port 8080 (www.myapplication.com:8080/myapps).
I want to redirect the Tomcat port :8080 to the default HTTP port of :80 so that the application can be accesed without a port number (www.myapplication.com/myapps).
How can I do that on Linux?