Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 55911 invoked from network); 10 Dec 2004 09:39:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Dec 2004 09:39:06 -0000 Received: (qmail 95908 invoked by uid 500); 10 Dec 2004 09:38:37 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 95886 invoked by uid 500); 10 Dec 2004 09:38:37 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 95869 invoked by uid 99); 10 Dec 2004 09:38:37 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from mailrelay1.nefonline.de (HELO mailrelay1.nefonline.de) (212.114.153.196) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Dec 2004 01:38:35 -0800 Received: from linux3 (mail.docware.de [192.189.14.2]) by mailrelay1.nefonline.de (NEFkom Mailservice) with ESMTP id iBA9cVR29412 for ; Fri, 10 Dec 2004 10:38:31 +0100 Received: from pc40.fuerth.docware.de ([10.10.10.114] helo=PC40) by linux3 with smtp (Exim 3.36 #1 (Debian)) id 1CchFZ-0006Ii-00 for ; Fri, 10 Dec 2004 10:39:45 +0100 From: =?us-ascii?Q?Michael_Sudkamp?= To: "'Tomcat Users List'" Subject: AW: sessionS info persistence when restart Tomcat Date: Fri, 10 Dec 2004 10:38:29 +0100 Message-ID: <002b01c4de9c$02597ca0$720a0a0a@Fuerth.docware.de> 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 CWS, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal In-Reply-To: <000001c4de99$64e75020$0201a8c0@sjklaptop> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Steve, I am jumping into this discussion rather late and I am probably not going to answer any of your questions. I just would like to add that I examined the session persistence and listeners topic also very deep some weeks ago. After all I found it not really practical because the servlet 2.3/2.4 spec is not clear enough about how the sequence the variuos listeners should be called by the container. In my case it was vital that the contextInitialized() method must be called before sessionActivated(). This because in sessionActivated we restore our transient members and for this WE need a fully initialized ServletContext (and preferably also the init() methods of preloaded servlets have been called). Yoav confirmed me that it is a spec problem and encouraged me to contact the spec group, what I did. They told me that they will address the problem in a next spec. Michael --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org