My ec2 ubuntu instance has apache2 working on port 80 and tomcat working on 8080. I'm not able to access them from my browser, i checked the access.log for apache2 it doesn't show the request coming in.
My checklist :
AWS Security Group , all traffic inbound and outbound enabled.
Service is running.
- iptables has no rules initialized.
No errors thrown by either of the services.
access log for apache2
I've even tried to telnet to my apache2 server.
The issue started when i added an .WAR package to tomcat