Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 72145 invoked from network); 16 Oct 2008 17:37:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2008 17:37:08 -0000 Received: (qmail 46190 invoked by uid 500); 16 Oct 2008 17:36:58 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 46169 invoked by uid 500); 16 Oct 2008 17:36:58 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 46158 invoked by uid 99); 16 Oct 2008 17:36:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2008 10:36:58 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.159] (HELO smtp5.freeserve.com) (193.252.22.159) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2008 17:35:50 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3414.me.freeserve.com (SMTP Server) with ESMTP id 3E3241C00082 for ; Thu, 16 Oct 2008 19:36:16 +0200 (CEST) Received: from smtp.homeinbox.net (unknown [91.109.169.133]) by mwinf3414.me.freeserve.com (SMTP Server) with ESMTP id 28ACC1C00087 for ; Thu, 16 Oct 2008 19:36:16 +0200 (CEST) X-ME-UUID: 20081016173616166.28ACC1C00087@mwinf3414.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by smtp.homeinbox.net (Postfix) with ESMTP id 6A3281A45B6 for ; Thu, 16 Oct 2008 18:36:25 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from smtp.homeinbox.net ([127.0.0.1]) by localhost (server01.dev.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jEySSrBVTngL for ; Thu, 16 Oct 2008 18:36:22 +0100 (BST) Received: from [192.168.0.4] (study01.dev.local [192.168.0.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.homeinbox.net (Postfix) with ESMTPSA id 136BF1A41D3 for ; Thu, 16 Oct 2008 18:36:22 +0100 (BST) Message-ID: <48F77B8C.9050807@apache.org> Date: Thu, 16 Oct 2008 18:36:12 +0100 From: Mark Thomas User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: tomcat 5.5 How can I write my persitence session manager References: <48F75FB7.1020407@cls.fr> <48F76733.9040407@apache.org> <48F76F81.8050007@cls.fr> In-Reply-To: <48F76F81.8050007@cls.fr> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Alexandre Bes wrote: > Maybe I don't know use the sessions managers provided by tomcat ^ ^. http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html > They save my sessions only when I stop tomcat cleanly. That is configurable. See maxIdleBackup. > Moreover when a > session is saved the manager invalid this session no? That is not correct. > I don't know how > to get the manager to start the backup in a struts action. You don't need to. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org