-----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
> deploying it in the conf/Catalina/locahost/ direcotry.

Why not just name the file reporting-application.war?

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

You should remove the "path" attribute, here, as the name of the XML
file (reporting-application.xml) defines the context name of the
application.

Can you tell if your application is actually deployed? Maybe post your
catalina.out (or other relevant log files).

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkitnlMACgkQ9CaO5/Lv0PA3VgCcCxwk6lh/a2wtjLyioZVHr66W
gYoAn3FpijXbc64HKfmsbVNlsXC2OJw4
=dopj
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to