Question
Deploying an application using elastic beanstalk in Amazon Web Service, Java, tomcat, json, and maven. So far I have created a dynamic web project in
Deploying an application using elastic beanstalk in Amazon Web Service, Java, tomcat, json, and maven. So far I have created a dynamic web project in eclipse, converted it to a maven project, created the .java files and target war file by doing a maven clean install and uploaded them on AWS elastic beanstalk. From there, as far as I know, the application should be accessable from http://yourEIP/yourServletName, but I get a 404 when I do that I have been researching for a while and can't seem to figure out where I'm going wrong.
http://34.203.106.104/Test
please let me know if any additional information is required to assist.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started