I want to deploy existing project with different name that is my project running on
http://localhost:8080/App/application.htm
now I would like to change URL
http://localhost:8080/myproject/application.htm
For this I changed name in .project file and change the folder name, but when I try to deploy on tomcat, It takes old name
please guide me that where should I make changes