Fix bug 45323. Add note that context.xml files can only contain a single Context.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 6 Jul 2008 20:02:06 +0000 (20:02 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 6 Jul 2008 20:02:06 +0000 (20:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@674339 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/context.xml

index e6bf1a3..e62d94e 100644 (file)
   </ul>
   </p>
 
+  <p>With the exception of server.xml, files that define <strong>Context
+  </strong> elements may only define a single <strong>Context</strong> element.
+  </p>
+
   <p>In addition to explicitly specified Context elements, there are
   several techniques by which Context elements can be created automatically
   for you.  See <a href="host.html#Automatic Application Deployment">