On Mon, Aug 15, 2011 at 12:17 PM, Pid <[email protected]> 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 change such that I can use http://localhost:8080/abc/ instead of http://localhost:8080/abc-snapshort-.xx ? Currently you need to use the war file name in the context since that's how it gets deployed in webapps. > > >> On Thu, Aug 11, 2011 at 12:32 PM, Mohit Anchlia <[email protected]> >> 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? >>> >>> Problem is that abc-SNAPSHOT-01.war name could change with the build >>> version change. >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
