I'm currently trying to deploy a simple web app with Eclipse on a tomcat server.
Everything looks fine when i launch the server through Eclipse. localhost:8080
is working fine and displays the tomcat home page.
However, my app "tutorial-web-spring" is not reachable as localhost:8080/tutorial-web-spring triggers
a 404.
My app has been well added to my server on the eclipse server tab ...
Btw, I changed my configuration so eclipse use tomcat installation folder and not workspace metadata.