Eclipse – How to change web project context root
If you run or debug a web project in Eclipse, the project name will be the default context root. For example, a project named “springmvc”, the default context root will be http://localhost:8080/springmvc Technologies tested : Eclipse 4.4 Eclipse Tomcat server plugin Maven 3 Gradle 2.0 Note The context root tell you the URL of a …