When i am creating context path in server.xml of tomcat server then everything is working fine. But I want to write context element in context.xml to define different URL to same application then it is not working. Please explain how to modify context.xml to read the path from context.xml. like :
<Context path="/vk" docBase="E:\java\MyProject\apache-tomcat-7.0.19\webapps\test" reloadable="true" />