> From: José Roberto Motta Garcia [mailto:[EMAIL PROTECTED] 
> Subject: Re: Problem with HttpSessionListener
> 
> Do you mean a servlet?

No, just Java classes.

> Wouldn't every app instantiate its own 
> object if this class is a simple one?

Only if they do a new; you can use static fields and methods or singletons to 
insure the same set of objects are used for all webapps.

 - 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