I'm guessing that you have either 2 unused Hosts or Connectors (or some combination thereof) in your server.xml. This will cause the servlet to get initialized multiple times.
"Rui Fernandes" <[EMAIL PROTECTED]> wrote in message 009b01c24f48$9ab9c260$4600a8c0@server">news:009b01c24f48$9ab9c260$4600a8c0@server... > No, > Is just like that. > But I change things with static variables to control that servlets don't > instantiate what others instantiated before, and share access to the > necessary classes through static references. > But I find that this doesn't solve the problem... My conclusion, somehow > there are 3 Tomcats running!?!? But only one seems to be responsible for > remote calls. > > Strange, very strange indeed.... just can't get it. > > > ----- Original Message ----- > From: Nikola Milutinovic <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Sent: Thursday, August 29, 2002 12:29 PM > Subject: Re: Servlet Instances > > > > > No, I am saying I have three instances of the same servlet. Only one > appears > > > to be receiving the requests, but if things are like you say then what's > > > going on with Tomcat? Are you saying I have three Tomcats running, even > > > thought I called startup only once? > > > > Are you sure? Could it be that your mixing instances of a class with > threads running in the engine? > > > > Otherwise it is very strange. > > > > Nix. > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
