Hi, I'm a newcomer to Tomcat and recently upgraded from
3.1 to 3.2. I have been working on a site in which one
directory holds files included in several sibling directories.
With 3.1, I was able to use a Context with path="/", but
with 3.2 this does not seem to work -- I get 404's from
tomcat in 3.2.
I tried breaking up my directories into different contexts, but
I can't seem to get includes to work across contexts -- I get
"Bad file argument to include" when I try to include a jsp
from the "include context" in a file in one of the other
contexts. For that matter, I seem to have the same problem
when I use anything but a relative url in an include.
Am I doing something wrong? Is there a way to use
a path="/" in a 3.2 context, or can I include files across
contexts?
Thanks for any advice,
-Bruce