contextroot

How to change context root of a dynamic web project in Eclipse?

无人久伴 提交于 2019-11-25 23:32:49
问题 I have developed a dynamic web project in Eclipse. Now I can access it through my browser using the following URL: http://localhost:8080/MyDynamicWebApp Now I want to change the access URL to http://localhost:8080/app I changed the context root from the project \"Properties | Web Project Settings | Context Root\". But it is not working. The web app still has the access URL as earlier. I have re-deployed the application on Tomcat, re-started the Tomcat and have done everything that should be