DhanaTontanahal / JobPortal-Web-App-on-AWS

JobPortal-Web-App-on-AWS Tech used : java, Spring (DI, Security ,MVC ) Angular JS , Hibernate, Oracle DB
1 stars 0 forks source link

Unable to access the apache tomcat instance on AWS ec2 #4

Open DhanaTontanahal opened 4 years ago

DhanaTontanahal commented 4 years ago
Cause #1 The security group inbound rule was not set to accept the traffic from 8080 port. Solution Custom TCP TCP 8080 ::/0 -

Cause #2: The context.ml has the default configuration to allow traffic only from local host 127.0.0.1 Solution Comment the configuration line which restricts traffic from localhost in context.xml in webapps/META-INF