I'm new to deploying applications on a live server so please bear with me
I have a static IP address and a webapp deployed on a server pointed at by said IP address.
So right now I can access the webapp from any machine like so
12.123.123.123:8080/myapp
How do I configure Tomcat so that I don't have to specify the port and the app name? Any pointer would be appreciated