How to: Java - How to change context root of a dynamic web project in Eclipse?
How to: Java – How to change context root of a dynamic web project in Eclipse?
Java – How to change context root of a dynamic web project in Eclipse?
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…
View On WordPress












