> From: Jorge Medina [mailto:jmed...@e-dialog.com]
> Subject: Classloaders
>
> How does this relate to the classloaders -if at all- ?

It doesn't.

> Would Tomcat create a classloader per each <Host> ?
> <Engine> ? or <Service>?

Nope.

> If I define two <Service>s, are they isolated by different
> classloaders?

Nope.

In 6.0, Tomcat creates a classloader for itself, plus one for each webapp.  The 
system classloader is used start up Tomcat, but very little after that.  
There's no classloader separation for any of internally nested containers.

 - 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

  • Classloaders Jorge Medina
    • RE: Classloaders Caldarale, Charles R

Reply via email to