aws elastic beanstalk war file deployment

Viewed 479

I am successfully rnning my spring RESTful service on local and have no errors in maven build. But when I setup tomcat environement with AWS and upload my war file in elastic beanstalk it shows its health degraded.

Any suggestions ?

1 Answers

I was also facing the same issue. I found mistake in selecting environment. Please check what environment you selected. For example if you have java jar file then it should be java , if you have java war file then you should opt GlassFish or tomcat. Hope this is helpful for you

Related