> From: Darryl Pentz [mailto:[EMAIL PROTECTED]
> Subject: Re: Communicating between webapps
>
> Nevertheless, besides that, Tomcats classloader
> hierarchy also prevents this mechanism.

If you put the singleton's class in the common library, it will be accessible 
to both webapps.  However, you have to make sure there's a bullet-proof 
deregistration mechanism available so that a webapp can be restarted without 
taking the whole container down.  TANSTAAFL.

 - 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