Scott Dunbar wrote:
> I've been using the same code for years since the Tomcat 3.x days and an
> upgrade to 5.5.23 has now broken my site.

Check your config for appBase in a host element being set to the same
directory as the docBase for a context. Most likely this will be in a
ROOT context for the host.

appBase = docBase should never have worked but did as a side effect of
a a bug that was fixed a few releases ago.


HTH,

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to