Re: Deploy WAR file with multi-level context path (was: Re: Path element in context.xml)

2007-01-24 Thread Markus Schönhaber
Markus Schönhaber wrote: > I've done some more research but didn't find a way to deploy a WAR file so > that the application is accessible via a multi-level context path. > Is there a way to achieve this? There is, as Chris explains: http://issues.apache.org/bugzilla/show_bug.cgi?id=41447#c3 Reg

Deploy WAR file with multi-level context path (was: Re: Path element in context.xml)

2007-01-24 Thread Markus Schönhaber
Markus Schönhaber wrote: > Markus Schönhaber wrote: > > So, name your WAR file "some#foo.war". > > I'm wrong. Although I seemed to remember that I once did it that way, > trying to do it failed for me on 5.5.20 too (should have tried *before* > answering). So, if I didn't overlook something very ob

Re: Path element in context.xml

2007-01-24 Thread Markus Schönhaber
Markus Schönhaber wrote: > So, name your WAR file "some#foo.war". I'm wrong. Although I seemed to remember that I once did it that way, trying to do it failed for me on 5.5.20 too (should have tried *before* answering). So, if I didn't overlook something very obvious, your Bugzilla report propab

Re: Path element in context.xml

2007-01-24 Thread Markus Schönhaber
DHARNA, AJAY [AG/1000] wrote: > I had posted this question earlier on the users mailing list and got no > response, so I am going to try and re-post it again and also post it on the > dev mailing list. The dev list is no place for user specific questions. Don't post this there. > I have recently

Re: Path element in context.xml

2007-01-23 Thread Andre Prasetya
This question being asked many times by many people. Context path="xxx" is not supposed to be used unless you mention it at server.xml but its strongly discouraged.CMIIW so far i only use the war name as its deploy path like foo.war will map to localhost:8080/foo/ On 1/24/07, DHARNA, AJAY [AG/

Path element in context.xml

2007-01-23 Thread DHARNA, AJAY [AG/1000]
Hi, I had posted this question earlier on the users mailing list and got no response, so I am going to try and re-post it again and also post it on the dev mailing list. I have recently upgrade from tomcat 5.0.28 to 5.5.20 and everything seems to be working fine for most of my apps except for the