Is there any way to set a default context path to the WAR I am placing in Tomcat 7 ?
Example : If my war name is MyApp-1.0.1.war, the context need to be defaulted to MyApp
http://localhost:8080/MyApp/xyz
Note : I don't want to rename my war to ROOT.war