Re: Depoy as different URL than default war file name

2008-10-28 Thread Mohit Anchlia
That works thanks. On Tue, Oct 28, 2008 at 1:03 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: >> From: Mohit Anchlia [mailto:[EMAIL PROTECTED] >> Subject: Re: Depoy as different URL than default war file name >> >> This is what my logs say INFO: Starting Se

RE: Depoy as different URL than default war file name

2008-10-28 Thread Caldarale, Charles R
> From: Mohit Anchlia [mailto:[EMAIL PROTECTED] > Subject: Re: Depoy as different URL than default war file name > > This is what my logs say INFO: Starting Servlet Engine: > Apache Tomcat/6.0.18 > > So does it mean I can use New#App.war? That's what Mark said. You coul

Re: Depoy as different URL than default war file name

2008-10-28 Thread Mohit Anchlia
This is what my logs say INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 So does it mean I can use New#App.war? On Tue, Oct 28, 2008 at 12:21 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Mohit Anchlia wrote: >> I have a war file App.war so the url is http://ip/App/query but I want >> it to b

Re: Depoy as different URL than default war file name

2008-10-28 Thread Mark Thomas
Mohit Anchlia wrote: > I have a war file App.war so the url is http://ip/App/query but I want > it to be deployed in a way that the Url is http://ip/New/App/query. > How can I change the default behaviour? In Tomcat 6.0.18 onwards just rename it New#App.war Mark ---

Depoy as different URL than default war file name

2008-10-28 Thread Mohit Anchlia
I have a war file App.war so the url is http://ip/App/query but I want it to be deployed in a way that the Url is http://ip/New/App/query. How can I change the default behaviour? - To start a new topic, e-mail: users@tomcat.apache