0

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. AWS Security Group inbound rules AWS Security Group outbound rules

  • Service is running. netstat -ntlp service is running telnet 80 telnet 8080

  • iptables has no rules initialized. iptables
  • No errors thrown by either of the services.

  • access log for apache2 enter image description here

I've even tried to telnet to my apache2 server. enter image description here

The issue started when i added an .WAR package to tomcat

0 Answers0