I would like to deploy my project on tomcat server.
When i develop the project, i using eclipse with tomcat, and everything is ok.
I would like to deploy directly to tomcat server now.
I put my project folder under tomcat's webapps folder, and restart tomcat server.
But it shows 404 error when i open http://localhost:8080/myproject/
why this happen, and how can i figure it out?