hi all, I am using TOMCAT 6. i have a application war file named as 'aaa.0.0.1d.war' i need to set a context path for this application as '/reporting-application' so for this to work i am creating a xml file 'reporting-application.xml' and deploying it in the conf/Catalina/locahost/ direcotry. the XML file content looks as below
<?xml version="1.0" encoding="UTF-8"?> <!-- Context fragment for deploying the build-demo application --> <Context path="/reporting-application" docBase="..\webapps\aaa.0.0.1d.war" /> i followed the instructions given on the link http://tomcat.apache.org/tomcat-6.0-doc/config/context.html but i am seem to be missing somthing as i cant run my application using a URL