>>> Jie Zhang <[EMAIL PROTECTED]> 08-Jun-00 11:35:31 PM >>>

>In another word, is the scope of a static object the whole
>servlet engine or a zone ?

a servlet engine does not change the fundamental Java rules.

static objects exist across the entire virtual machine.

If you want a per zone (context) object use a ServletContext
attribute to store and access it.



Nic Ferrier

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to