I have installed tomcat-8 on the Amazon ec2 Windows server 2012 R2 Standard(trail version).
Now I am able to access the tomcat server on the local machine with default port 80 as,
and it works with private ip
But the same is not working from outside the server with public ip.
I have tried the following,
1) In Inbound rules, opened all the ports.
2) Disabled the windows firewall.
Still no luck. Can any one guide me where I am going wrong.
Thanks in advance.