I created a web application that runs fine in STS, but after I created a war file and installed it in Tomcat I get a 404 error. The web.xml document is:
Your help will be greatly appreciated,
Alejandro Barrero
I don't know how it can work on STS, because web.xml does not have <welcome-file-list>. For some reason the JSP is in folder views, but STS finds it. I added:
But I still have the same 404 error.
Your help will be greatly appreciated,
Alejandro Barrero