简体   繁体   中英

Why is application deployed on Amazon Elastic Beanstalk not accessible?

I have deployed Spring MVC & MySQL based application on Amazon Elastic Beanstalk . The RDS instance of MySQL is working perfectly. I deployed my application war on Beanstalk using Tomcat 6 (which is referring to RDS instance) and the EC2 instance is running successfully as per the AWS Management Console intimation but while accessing application URL I am facing the following issue

Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.

Note: Availing free services of AWS. I have defined instance type as small for RDS and medium for web application and do have S3 instance with 36mb data.

Could any one suggest me what would be the problem?

我通过为数据库实例创建EC2安全组解决了该问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM