Changing Tomcat context path of web project in Eclipse

  1. In project properties click on Web Project Settings (assuming you are in a dynamic web project.) The only configuration value there is “Context root:”
  2. change “Context root” to /app
  3. rebuild
  4. remove the project from tomcat
  5. redeploy.

Leave a Comment