After successful deployment of a springboot based web application’s WAR file in DigitalOcean’s Tomcat10 server, getting the error like – The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Tomcat Web Application Manager
In this above attached screenshot, its showing the 2xtraveller web application is deployed and started successfully. But when I am trying to open the application by providing its default URL in the browser, as per the below attached screenshot we are getting the error.
Application’s Deafult URL In Goole Chrome Browser
Below I have shared my project’s structure.
Project’s Structure
Here index.jsp is the default landing page which is configured in tiles.xml file and the default URL is returning this page from the WelcomeController as per the below shared screenshots respectively.
tiles.xml
WelcomeController
Please suggest the best possible way to resolve this issue.