From: markt Date: Sun, 6 Jul 2008 20:02:06 +0000 (+0000) Subject: Fix bug 45323. Add note that context.xml files can only contain a single Context. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6d788f6977fc844a3e697feca4fa6a4fe380db9c;p=tomcat7.0 Fix bug 45323. Add note that context.xml files can only contain a single Context. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@674339 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml index e6bf1a37a..e62d94e81 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -94,6 +94,10 @@

+

With the exception of server.xml, files that define Context + elements may only define a single Context element. +

+

In addition to explicitly specified Context elements, there are several techniques by which Context elements can be created automatically for you. See