All, I have a servlet that loads on startup, per the <load-on-startup/> tag in web.xml. It does *not* implement SingleThreadModel.
Unfortunately, two instances start up every time Tomcat starts - I can tell because I have a System.out.println call in init(). I need for there to be only one instance. What other settings could be causing multiple instances to happen? Thanks in advance, Scott -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
