I have created a simple java application using spring boot. Then created a war file. Then deployed in the local tomcat 10. Everything runs fine. But when I deployed it in the tomcat of the production server(using Tomcat Web Application Manager), I gets a 404 error. If I go to the defined context path, I get
"The origin server did not find a current representation for the target resource or is not willing to disclose that one exists."
Have I missed anything?