I am running EC2 instance with amazon Linux. I have installed Tomcat 9 and, by default, I am able to access the my application running on Tomcat via port 8080 and 8443.
I just wanted to switch to 80 so that I updated server.xml in the conf folder
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="443" />
and confirmed no other services running on port 80. Also,confirmed that I have enough inbound rules in the security group to listen port 80
Unfortunately, still not able to access via port 80.