> From: Christopher Schultz [mailto:[email protected]] > Subject: Re: how to force tomcat to make a single istance of a servlet > > Usually, only one instance of your servlet will be created.
Unless using the SingleThreadModel (a really bad idea), the spec allows only one instance of a servlet per JVM. I wonder what the OP's real problem is? - 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.
