Scope of static objects is defined by the JVM AND class loader = (TOGETHER). Different zones have different class loaders. If you want a trully global static object, place the class that contains it in the wrapper = classpath, not in the repositories for zones. At least, that is how I solved it with Apache/jserv. DD ___________________________________________________________________________ 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
Re: scope of a static object in servlet
Dr. Dragomir D. Dimitrijevic Fri, 09 Jun 2000 03:45:00 -0700
- scope of a static object in servlet Jie Zhang
- Re: scope of a static object in servlet Nic Ferrier
- Dr. Dragomir D. Dimitrijevic
