Dear All I am using iPlanet to serve several servlets (all in the same anonymous context and the same named Java package). I had thought that these servlets would all run in the same JVM and therefore share static members of classes between them. However, it appears that each servlet has its own copy of the static members of each class. Am I right or am I missing something? I find that these undefined or ill-defined aspects of the servlets specification cause me real problems. I have found it very difficult to write non-trivial servlets that work across different servers because they all implement unspecified aspects of the servlet standard in different ways. In my development environment I use the JDeveloper servlet runner, Apache JServ on my local machine and iPlanet on our test machine. I have found that some API calls are unimplemented (e.g. get major/minor version of the servlet engine on Apache/JServ). Has everyone else had the same experience? Thanks for your help! Nick. *************************************************************** The contents of this Email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom it is addressed. The views stated herein do not necessarily represent the view of the company. If you are not the intended recipient of this Email you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you have received this mail in error please Email the sender. *************************************************************** ___________________________________________________________________________ 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
