1
I’m using the Tomcat 8
in my application, when I Gero the .war
to make the deploy he 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, they’re all there, all the Jsps.
What might be going on?
Have you tried checking the web apps folder of Tomcat and see if your . War is actually there? and what name was generated in that. War, because this will be the context of access to your page.
– Leonardo Villela
Complementing what the colleague said and added information, inside the folder
webapps
, must have the unzipped folder of your project and the filewar
that vc Gero, vc tb can take a look at the filecatalina.out
which is in the folderlogs
.– Macario1983