RE: [5.5] path specified in context.xml not being used

2006-03-31 Thread Wang, Hansen
Users List Subject: Re: [5.5] path specified in context.xml not being used > see also my other post in "*Setting the context path for expanded WARs* " > > On 24/03/06, Wang, Hansen <[EMAIL PROTECTED]> wrote: >> The path is ignored when you deploy webapps this way. T

Re: [5.5] path specified in context.xml not being used

2006-03-31 Thread Ritchie Gillam
It is mentioned here that if you want to use something different, to create a context.xml file specifying the path and docBase attributes. What if you want 2 applications to have different docBases? Ritchie Programmer Analyst >>> [EMAIL PROTECTED] 31/03/2006 10:09 am >>> > see also my o

Re: [5.5] path specified in context.xml not being used

2006-03-31 Thread Phil Wilson
see also my other post in "*Setting the context path for expanded WARs* " On 24/03/06, Wang, Hansen <[EMAIL PROTECTED]> wrote: The path is ignored when you deploy webapps this way. Tomcat will use the basename of the war file as the context path. If you want to use something different than that,

Re: [5.5] path specified in context.xml not being used

2006-03-26 Thread Nic Daniau
ver's conf/Cataline/localhost. On 26/03/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Wang, Hansen [mailto:[EMAIL PROTECTED] > > Subject: RE: [5.5] path specified in context.xml not being used > > > > If you want to use something different than t

RE: [5.5] path specified in context.xml not being used

2006-03-25 Thread Caldarale, Charles R
> From: Wang, Hansen [mailto:[EMAIL PROTECTED] > Subject: RE: [5.5] path specified in context.xml not being used > > If you want to use something different than that, you can > create a context.xml and put in under the virtual host's > conf direction (e.g. CATALINA_HOME/

Re: [5.5] path specified in context.xml not being used

2006-03-25 Thread Nic Daniau
- > From: Kris Nuttycombe [mailto:[EMAIL PROTECTED] > Sent: Friday, March 24, 2006 2:34 PM > To: users@tomcat.apache.org > Subject: [5.5] path specified in context.xml not being used > > Hi, all, > > Hopefully a pretty simple question: > > I am attempting to deploy a w

RE: [5.5] path specified in context.xml not being used

2006-03-24 Thread Wang, Hansen
). In this context.xml, you can specify the context path and docBase. Hansen -Original Message- From: Kris Nuttycombe [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 2006 2:34 PM To: users@tomcat.apache.org Subject: [5.5] path specified in context.xml not being used Hi, all, Hopefu

[5.5] path specified in context.xml not being used

2006-03-24 Thread Kris Nuttycombe
Hi, all, Hopefully a pretty simple question: I am attempting to deploy a warfile with an embedded META-INF/context.xml. The contents of the context.xml file looks like this: ... The warfile is named idb-0.8.2-SNAPSHOT.war Everything is working fine EXCEPT that the context path that it is dep