I deployed a war file into the elastic beanstalk but i keep getting this error:
health check URL misconfigured
and my environment is set to red.
I gave my applications first html page as the URL for health checkup.
Is there anything missing?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The health check url must reply with a http status code of 200 (ok), are you sure your root page that you pointe at does that?
Also keep in mind that the elb will load that page fully at every interval you have set, which counts as bandwidth and possibly db/disk IO if it is a really complex page.
If it is, you mght want to jist add a blank hc.html file to your webapp that the health check can load or something simple like that.
or also you can try this command to check url health