> From: peter_f...@blm.gov [mailto:peter_f...@blm.gov]
> Subject: Tomcat 6.0.26 Context/privileged
> 
> that means that in effect all applications are running as if 
> privileged by default.

No, that's not how it works.  The WebappClassLoader chooses which parent in the 
classloader hierarchy to delegate to, based on the privileged setting.  By 
default, the WebappClassLoader skips over the common class loader, going right 
to the system classloader.  Only privileged webapps get to use the common class 
loader.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to