Did you publish the service with application scope or
session scope? If its the prior you asked for one object
to handle all requests. If its the latter you asked for
one object to handle all requests for each http session.

If you want each call to be handled by a different 
instance, then deploy with scope=request.

Please see the docs in v2.2 (RC3) for more details.

Sanjiva.

----- Original Message ----- 
From: "Halestino Pimentel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 26, 2001 11:04 AM
Subject: Tomcat handling of objects


> Tomcat doesn't destroy the objects it creates upon a SOAP
> request. As a consequence subsequent calls are handled with
> the same object (same answer for diferent parameters).
> All is OK if Tomcat is restarted.
> How can I correct this?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to