Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A3286F7B for ; Wed, 1 Jun 2011 14:43:16 +0000 (UTC) Received: (qmail 15516 invoked by uid 500); 1 Jun 2011 14:43:12 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 15381 invoked by uid 500); 1 Jun 2011 14:43:12 -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 15372 invoked by uid 99); 1 Jun 2011 14:43:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 14:43:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sslavic@gmail.com designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-qy0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 14:43:06 +0000 Received: by qyk10 with SMTP id 10so4355074qyk.18 for ; Wed, 01 Jun 2011 07:42:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=vSWJRPEwVLuZ1s7As331fpWtvA1nGbqtyHyCJ+aTJEo=; b=PA0Z4hm1BhSzzJEzLPYB/TQCGWApTLbqbAwruLhkgHwl1jJyoqQcE5qcaZ8n1jsmeL HjQXkbKwkefXncjHIIOU8XGcQ/5hIeg2+ECBmoYF/EqLgJZBs7gk2jiFvgwvtmhC2BCh Fop7GowR2BnZV6iY7LCAgV4VE+BhgdFRW8Xmo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=w2tRLdMZhNCM7UnJ+LkCUf4urts2C1m3TXB8BNc4yc/khifi0v4W55DyXEm7A0qnZH lhCrmWVkB9SLQIvTBOBdvwBPXUjKP0B5DkfSTt9kcbfIoFnhf9ISDt5SVxBSYDAF8HT+ OTV9RgvxFFDA3E3OPiZKW91Okc/KFjHVTtefE= MIME-Version: 1.0 Received: by 10.224.200.135 with SMTP id ew7mr5104201qab.379.1306939365255; Wed, 01 Jun 2011 07:42:45 -0700 (PDT) Received: by 10.224.61.14 with HTTP; Wed, 1 Jun 2011 07:42:45 -0700 (PDT) Date: Wed, 1 Jun 2011 16:42:45 +0200 Message-ID: Subject: Source of after_start and stop LifecycleEvent From: =?UTF-8?Q?Stevo_Slavi=C4=87?= To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hello Tomcat users, Does anyone know has it been changed after Apache Tomcat 6.0.13 that source of LifecycleEvent of "after_start" and "stop" type is org.apache.catalina.core.StandardEngine instead of org.apache.catalina.Server? I'm experiencing issues with JBoss mod_cluster: http://community.jboss.org/thread/167432 Its LifecycleListener, http://anonsvn.jboss.org/repos/mod_cluster/trunk/src/main/java/org/jboss/modcluster/catalina/ModClusterListener.java expects source of after_start and stop event to be org.apache.catalina.Server but when debugging I see that it's org.apache.catalina.core.StandardEngine. Regards, Stevo. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org