I'm using Tomcat 8
in my application, when I generate .war
to do deploy it apparently does everything right.
However, when I go to the page /index.jsp is giving error 404.
When I check the files on the server, all the JSPs are there.
What could be happening?