Thanks for that. Is there anyway to monitor it from the server side? -----Original Message----- From: Silvano Maffeis [mailto:[EMAIL PROTECTED] Sent: 26 October 2004 10:45 To: [EMAIL PROTECTED] Subject: Re: Web Services sessions with axis and tomcat
Suzy Fynes wrote: > Hey, > > > > Does anyone have any ideas how best to manage sessions in Axis and > tomcat? > > > > Thanks > > Suzy > > > o Specify "session" deployscope when running wsdl2java o Let your web services class implement javax.xml.rpc.server.ServiceLifecycle to be notified when the session is initiated or destroyed. silvano