No HTTP Response from Tomcat 7 EC2 instance

Posted by David Kaczynski on Server Fault See other posts from Server Fault or by David Kaczynski
Published on 2012-11-02T22:26:04Z Indexed on 2012/11/02 23:03 UTC
Read the original article Hit count: 257

Filed under:
|
|
|

I am new to EC2 (and Tomcat, for that matter), and I am trying to deploy a vanilla Tomcat 7 server to an Ubuntu 12.04.1 EC2 instance and access the default test site over HTTP.

My EC2 instance is running, and the Security Group includes port 80:

Security Groups


My /etc/tomcat7/server.xml config has been edited to listen for HTTP requests on port 80:

server.xml0


I have restarted my Tomcat 7 server via sudo service tomcat7 restart.

However, according to sudo netstat -lnp, Tomcat is not listed as listening over port 80:

netstat


I am unable to get any response from going to the ...amazonaws.com public DNS in a web browser.

What am I missing?

© Server Fault or respective owner

Related posts about ubuntu

Related posts about amazon-ec2