remm 01/10/13 12:09:52
Modified: webapps/tomcat-docs/config context.xml
Log:
- Document the new 'privileged' flag.
Revision Changes Path
1.5 +5 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/config/context.xml
Index: context.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/context.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- context.xml 2001/09/09 00:48:11 1.4
+++ context.xml 2001/10/13 19:09:52 1.5
@@ -115,6 +115,11 @@
in the DefaultContext element will be used.</p>
</attribute>
+ <attribute name="privileged" required="false">
+ <p>Set to <code>true</code> to allow this context to use container
+ servlets, like the manager servlet.</p>
+ </attribute>
+
<attribute name="path" required="true">
<p>The <em>context path</em> of this web application, which is
matched against the beginning of each request URI to select the
|