> From: Jonathan Mast [mailto:[EMAIL PROTECTED]
> Subject: Re: Are multiple contexts of the same code code base
> visible to each other?
>
> The problem that I'm worried about is how a certain
> class in my webapp is going to behave when 2 instances
> are of it are running.

Each webapp has its own classloader, so nothing is directly shared across 
webapps.

> How will 2 copies of MultiLogger handle 2 requests for
> "com.mysite.stuff.foo.log" ?

As long as the lookup table is within the webapp - not in some shared class 
from common/lib or shared/lib - they are completely independent.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to