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 2007/12/18 23:04:58 UTC

svn commit: r605339 - /tomcat/trunk/webapps/docs/config/context.xml

Author: markt
Date: Tue Dec 18 14:04:58 2007
New Revision: 605339

URL: http://svn.apache.org/viewvc?rev=605339&view=rev
Log:
Add note to docs about use of privileged flag and consequent changes in parent class loader.

Modified:
    tomcat/trunk/webapps/docs/config/context.xml

Modified: tomcat/trunk/webapps/docs/config/context.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=605339&r1=605338&r2=605339&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Tue Dec 18 14:04:58 2007
@@ -181,7 +181,12 @@
 
       <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">



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