From 6d788f6977fc844a3e697feca4fa6a4fe380db9c Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 6 Jul 2008 20:02:06 +0000 Subject: [PATCH] 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 --- webapps/docs/config/context.xml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.11.0