On 10/09/2024 20:21, charliedidon...@gmail.com wrote:
I have war file in Tomcat 10.1 with a context.xml file included in the
META-INF folder.

It's contents are

<?xml version="1.0" encoding="UTF-8"?>

<Context path="/codereaper"/>

I am getting 404s from my app and was wondering if this is still supported
under 10.1 as it was under 9.0

Support is unchanged. From the 9.0.x docs:

The value of this field must not be set unless the Context element is defined in server.xml or the docBase is not located under the Host's appBase.

The above setting is not valid on any currently supported version of Tomcat including 9.0.x.

A check of the archives show that the same (or very similar) text exists in the docs all the way back to 5.5.

Mark

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

Reply via email to