Add note to docs about use of privileged flag and consequent changes in parent class...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 18 Dec 2007 22:04:58 +0000 (22:04 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 18 Dec 2007 22:04:58 +0000 (22:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@605339 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/context.xml

index 1ca8311..409cba6 100644 (file)
 
       <attribute name="privileged" required="false">
         <p>Set to <code>true</code> to allow this context to use container
-        servlets, like the manager servlet.</p>
+        servlets, like the manager servlet. Use of the <code>privileged</code>
+        attribute will change the context's parent class loader to be the
+        <em>Server</em> class loader rather than the <em>Shared</em> class
+        loader. Note that in a default installation, the <em>Common</em> class
+        loader is used for both the <em>Server</em> and the <em>Shared</em>
+        class loaders.</p>
       </attribute>
 
       <attribute name="path" required="false">