On 20/07/2020 22:43, Jerry Malcolm wrote:

<snip/>

>> Do you have a ROOT web application deployed? If not, this could be
>> https://bz.apache.org/bugzilla/show_bug.cgi?id=64593
> Mark, I do not have a root context.  So that very likely is the
> problem.  Not 100% sure why the thought is that there should always be a
> root context.  But I'm sure there are good reasons.  Easy enough to
> create one.  I'll let you know.

Generally, I'd expect to see a ROOT context so there is something there
to handle requests that don't map to any other context. It is easier to
deploy custom 404 error pages if you have a ROOT context for example.

That said, it isn't necessary and we do treat stuff not working without
a ROOT context as a bug.

All you need to fix BZ 64593 is a directory called ROOT in webapps.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to