Re: Tomcat war context path

2011-08-15 Thread Mohit Anchlia
Got it thanks! Will try that On Mon, Aug 15, 2011 at 12:54 PM, Mark Thomas wrote: > On 15/08/2011 20:39, Mohit Anchlia wrote: >> >> On Mon, Aug 15, 2011 at 12:17 PM, Pid  wrote: >>> >>> On 15/08/2011 18:05, Mohit Anchlia wrote: Is this even possible with tomcat? >>> >>> In Tomcat 7.0: >

RE: Tomcat war context path

2011-08-15 Thread Caldarale, Charles R
> From: Jesse Farinacci [mailto:jie...@gmail.com] > Subject: Re: Tomcat war context path > You could also bundle a META-INF/context.xml file which looks something akin > to: > > Pretty much wrong on all counts: 1) The path attribute is not allowed when the eleme

Re: Tomcat war context path

2011-08-15 Thread Mark Thomas
On 15/08/2011 20:45, Jesse Farinacci wrote: Greetings, On Mon, Aug 15, 2011 at 3:39 PM, Mohit Anchlia wrote: Currently when I deploy abc-SNAPSHOT-01.war I access is something like http://localhost:8080/abc-SNAPSHOT-01.war How can I change the context root such that I can access it as http://l

Re: Tomcat war context path

2011-08-15 Thread Mark Thomas
On 15/08/2011 20:39, Mohit Anchlia wrote: On Mon, Aug 15, 2011 at 12:17 PM, Pid wrote: On 15/08/2011 18:05, Mohit Anchlia wrote: Is this even possible with tomcat? In Tomcat 7.0: abc##SNAPSHOT-01.war abc##SNAPSHOT-02.war abc##SNAPSHOT-03.war abc##SNAPSHOT-04.war etc Sorry I don't

Re: Tomcat war context path

2011-08-15 Thread Jesse Farinacci
Greetings, On Mon, Aug 15, 2011 at 3:39 PM, Mohit Anchlia wrote: Currently when I deploy abc-SNAPSHOT-01.war I access is something like http://localhost:8080/abc-SNAPSHOT-01.war How can I change the context root such that I can access it as http://localhost:8080/abc?

Re: Tomcat war context path

2011-08-15 Thread Mohit Anchlia
On Mon, Aug 15, 2011 at 12:17 PM, Pid wrote: > On 15/08/2011 18:05, Mohit Anchlia wrote: >> Is this even possible with tomcat? > > In Tomcat 7.0: > >  abc##SNAPSHOT-01.war >  abc##SNAPSHOT-02.war >  abc##SNAPSHOT-03.war >  abc##SNAPSHOT-04.war > > etc Sorry I don't follow. What do I need to do ch

Re: Tomcat war context path

2011-08-15 Thread Pid
On 15/08/2011 18:05, Mohit Anchlia wrote: > Is this even possible with tomcat? In Tomcat 7.0: abc##SNAPSHOT-01.war abc##SNAPSHOT-02.war abc##SNAPSHOT-03.war abc##SNAPSHOT-04.war etc > On Thu, Aug 11, 2011 at 12:32 PM, Mohit Anchlia > wrote: >> Currently when I deploy abc-SNAPSHOT-01.war

Re: Tomcat war context path

2011-08-15 Thread Mohit Anchlia
Is this even possible with tomcat? On Thu, Aug 11, 2011 at 12:32 PM, Mohit Anchlia wrote: > Currently when I deploy abc-SNAPSHOT-01.war I access is something like > http://localhost:8080/abc-SNAPSHOT-01.war > > How can I change the context root such that I can access it as > http://localhost:8080

RE: Tomcat war context path

2011-08-11 Thread Caldarale, Charles R
> From: Mohit Anchlia [mailto:mohitanch...@gmail.com] > Subject: Tomcat war context path > Currently when I deploy abc-SNAPSHOT-01.war I access is something like > http://localhost:8080/abc-SNAPSHOT-01.war Unlikely; I suspect it's really: http://localhost:8080/abc-SNAPSHO

Tomcat war context path

2011-08-11 Thread Mohit Anchlia
Currently when I deploy abc-SNAPSHOT-01.war I access is something like http://localhost:8080/abc-SNAPSHOT-01.war How can I change the context root such that I can access it as http://localhost:8080/abc? Problem is that abc-SNAPSHOT-01.war name could change with the build version change.