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: [programmazione] how to set context path on TOMCAT6

2008-08-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luca, Luca Cicale wrote: > A simple way is to put in your web application a file named context.xml > in META-INF directory, with the following content: > > No, no, no. META-INF/context.xml should never contain the "path" attribute. The path of the

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: [programmazione] how to set context path on TOMCAT6

2008-08-21 Thread Luca Cicale
2008 9:52 AM To: "Tomcat Users List" Subject: Re: [programmazione] how to set context path on TOMCAT6 my requirement is to create a application specific xml file. am i making any mistake here? On Thu, Aug 21, 2008 at 2:35 AM, Luca Cicale <[EMAIL PROTECTED]> wrote: A simple way i

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

Re: [programmazione] how to set context path on TOMCAT6

2008-08-21 Thread Sushil Dodake
> From: "Sushil Dodake" <[EMAIL PROTECTED]> > Sent: Thursday, August 21, 2008 9:04 AM > To: > Subject: [programmazione] how to set context path on TOMCAT6 > > > hi all, >> I am using TOMCAT 6. >> i have a appli

Re: [programmazione] how to set context path on TOMCAT6

2008-08-21 Thread Luca Cicale
rest of the job for you. Regards Luca Cicale -- From: "Sushil Dodake" <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2008 9:04 AM To: Subject: [programmazione] how to set context path on TOMCAT6 hi all, I am using TOMCAT 6. i have a

how to set context path on TOMCAT6

2008-08-21 Thread Sushil Dodake
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