Tomcat does not display jsp pages on production server

1

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?

    
asked by anonymous 24.12.2015 / 13:18

1 answer

0

To enter index.jsp, leave it only within the WebContent folder and not inside WebContent / WEB-INF.

As in Example:

    
23.02.2017 / 20:04