Re: context path ignored in Context.xml

2006-02-23 Thread Sathish Sathyan
Hi Robert, To counter such a problem, try giving the absolute path in the 'appBase' parameter of the HostName tag in server.xml. My server.xml is something like this: After making these changes, the error didn't appear for me. Thanks, Sathish On Thu, 2006-02

Re: context path ignored in Context.xml

2006-02-23 Thread Robert Taylor
Markus, Thanks for replying. I saw that line as well: "The value of this field must not be set except when statically defining a Context in server.xml, as it will be infered from the filenames used for either the .xml context file or the docBase." As the current 5.5 documentation states that

Re: context path ignored in Context.xml

2006-02-23 Thread Markus Schönhaber
Robert Taylor wrote: > Greetings, > > I'm using Tomcat 5.5.15 on Win2k in development. > I start Tomcat through a target in my Ant build and pass it a server.xml > file. > > My web app is deployed to a directory named "webapp" (the docbase) and > contains a /META-INF/context.xml file which has a co

context path ignored in Context.xml

2006-02-23 Thread Robert Taylor
Greetings, I'm using Tomcat 5.5.15 on Win2k in development. I start Tomcat through a target in my Ant build and pass it a server.xml file. My web app is deployed to a directory named "webapp" (the docbase) and contains a /META-INF/context.xml file which has a context path, "/test". When I s