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
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
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
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