> From: lightbulb432 [mailto:[EMAIL PROTECTED] 
> Subject: RE: Port-based virtual hosting
> 
> If you somehow have multiple contexts (within the same Host 
> or Service, or within different ones in your Tomcat instance)
> that point to the same WAR file or docBase, are there multiple
> "instances" of that web application running

Yes.  Each non-overridden explicit or implicit <Context> results in a
separate webapp, regardless of the location of the code in the file
system.  Since each webapp has its own classloader, the classes involved
are distinct.

 - 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