-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
-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
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
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
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
> 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
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
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