I have attached a patch that corrects this problem for me.
Please try it out and see if it works for you so that a committer can
apply it.
This is a patch against the current 3.2 branch for the ContextManager.
Happy Holidays!
Shawn
Klaus Friedel wrote:
> Tomcat 3.2.1 fails to deliver a resource
Hi Klaus,
I ran into this as well and thought it was particular to the way that Tomcat is
integrated
with Enhydra. I think I have a fix for it. I'll try to get a patch together and post
it soon.
Shawn
Klaus Friedel wrote:
> Tomcat 3.2.1 fails to deliver a resource, if no root-context is defi
Tomcat 3.2.1 fails to deliver a resource, if no root-context is defined in serverl.xml.
If you do not define the root-context "" in server.xml and request a non-existing
resource,
Tomcat will loop forever in PrefixMapper.getLongestPrefixMatch() trying to find a
Container for "".
Bye,
Klaus.