You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/07/06 22:07:41 UTC

svn commit: r674341 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/context.xml

Author: markt
Date: Sun Jul  6 13:07:41 2008
New Revision: 674341

URL: http://svn.apache.org/viewvc?rev=674341&view=rev
Log:
Fix Fix bug 45323. Add note that context.xml files can only contain a single Context.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml
    tomcat/container/tc5.5.x/webapps/docs/config/context.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=674341&r1=674340&r2=674341&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Jul  6 13:07:41 2008
@@ -46,6 +46,10 @@
         <bug>44541</bug>: Document packetSize attribute for AJP connector.
         (markt)
       </fix>
+      <update>
+        <bug>45323</bug>: Add note that context.xml files can only contain a
+        single Context element. (markt)
+      </update>
     </changelog>
   </subsection>
   <subsection name="Specification">

Modified: tomcat/container/tc5.5.x/webapps/docs/config/context.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/context.xml?rev=674341&r1=674340&r2=674341&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/context.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/context.xml Sun Jul  6 13:07:41 2008
@@ -86,6 +86,10 @@
   </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">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org