Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 136 invoked from network); 26 Oct 2004 09:46:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 Oct 2004 09:46:24 -0000 Received: (qmail 7554 invoked by uid 500); 26 Oct 2004 09:46:10 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 7509 invoked by uid 500); 26 Oct 2004 09:46:09 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 7500 invoked by uid 99); 26 Oct 2004 09:46:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [212.100.248.6] (HELO lugano.hostireland.com) (212.100.248.6) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 26 Oct 2004 02:46:08 -0700 Received: from localhost (localhost [127.0.0.1]) by lugano.hostireland.com (Postfix) with ESMTP id A941C32E57 for ; Tue, 26 Oct 2004 10:49:10 +0100 (BST) Received: from EndasPC (unknown [82.141.225.105]) by lugano.hostireland.com (Postfix) with ESMTP id D2B5732E59 for ; Tue, 26 Oct 2004 10:49:09 +0100 (BST) From: "Suzy Fynes" To: Subject: RE: Web Services sessions with axis and tomcat Date: Tue, 26 Oct 2004 10:45:55 +0100 Message-ID: <002601c4bb40$9a5fd7d0$0300a8c0@EndasPC> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <417E1C91.3060203@pyx.ch> Importance: Normal X-Virus-Scanned: amavisd-new at lugano.hostireland.com X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks for that. Is there anyway to monitor it from the server side? -----Original Message----- From: Silvano Maffeis [mailto:silvano@pyx.ch] Sent: 26 October 2004 10:45 To: axis-user@ws.apache.org 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