Re: how to set context path on TOMCAT6

2008-08-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sushil, Sushil Dodake wrote: > 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 > d

Re: how to set context path on TOMCAT6

2008-08-21 Thread David Smith
You have two options. 1. Rename aaa.0.0.1d.war to reporting-application.war and place it in tomcat's webapps directory. This is the easiest and recommended method of deployment. 2. Deploy the war file from somewhere outside tomcat's webapps directory and add reporting-application.xml to the

Re: how to set context path on TOMCAT6

2008-08-21 Thread Felix Schumacher
On Thu, August 21, 2008 9:04 am, Sushil Dodake wrote: > 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.x