I am developing one REST web service project using jersey. I have deployed my project in Tomcat and my project works well. I am calling my REST web service by following URL:
But i want to call my REST Web service without using context path in my URL. i want to call like this
removed MYRESTPROJ(contextpath) Is that possible to call my REST web service without contextPath? Thanks in Advance