Basically I want to remove project name while I access my project in eclipse.
so currently when I want to access a link of my web-app I have to put it as localhost:8080/project_name/blah_blah_blah
But I want it accessible by just localhost:8080/blah_blah_blah
or say The project itself should be accessible by just localhost:8080
.
Through googling I found this URL issue with tomcat include project name but in my case my context root is as /
by default.
FYI: This is the only project I have in my Eclipse