Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 90513 invoked from network); 31 Aug 2007 02:05:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Aug 2007 02:05:00 -0000 Received: (qmail 99954 invoked by uid 500); 31 Aug 2007 02:04:44 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 99934 invoked by uid 500); 31 Aug 2007 02:04:44 -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 99923 invoked by uid 99); 31 Aug 2007 02:04:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2007 19:04:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [72.36.210.226] (HELO host1.dnsgem.com) (72.36.210.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2007 02:05:40 +0000 Received: from [221.134.230.254] (helo=cvws.verifacts.co.in) by host1.dnsgem.com with esmtpa (Exim 4.63) (envelope-from ) id 1IQvrs-0002Zw-Fu for users@tomcat.apache.org; Fri, 31 Aug 2007 07:34:17 +0530 Subject: HttpSessionListener From: OFFICIAL WEBSITE Reply-To: director@technocomsys.com To: users@tomcat.apache.org Content-Type: text/plain Organization: Technology Communication Systems (India) Private Limited. Date: Fri, 31 Aug 2007 07:34:27 +0530 Message-Id: <1188525867.32647.5.camel@cvws.verifacts.co.in> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-3) Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host1.dnsgem.com X-AntiAbuse: Original Domain - tomcat.apache.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - technocomsys.com X-Virus-Checked: Checked by ClamAV on apache.org 1. Aim: To display online the status of each incoming HttpSession 2. Design used: In webapps/myapplication/WEB-INF/web.xml, along with the servlet application deployed in section, another Class is deployed in the section that implements HttpSessionListener (and all other listeners too) and feeds data to the Display Class. 3. Problem. The listener class does not report sessionCreate and sessionDestroy. It responds perfectly to all other types of event listeners. The servlet class, of course, reports each HttpRequest as they come in. Will be thankful for information of any mistake we have made or any solution to this requirement. Just to aid diagnosis, web.xml is attached as a file. Thank you very much. Regards, Ashok Swaminathan --------------------------------------------------------------------- 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