I have a server that is pingable from the public internet. I've just installed tomcat on 8080 port on this server. From the server itself I can see the main page come up when accessing http://localhost:8080
however, from the internet if I try http://myservername:8080
or http://myserverip:8080
it does not work.
What do I additionally need to do in order for this to be accessible from the public internet?