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

2008-08-21 Thread Sushil Dodake
wing content: > > > > then you can produce your war and deploy it as usually (a simple way is to > place it in your webapp directory in default tomcat6 configuration) > > Tomcat6 will make the rest of the job for you. > > Regards > Luca Cicale > > --

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