Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 77152 invoked from network); 3 Jun 2009 16:35:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jun 2009 16:35:36 -0000 Received: (qmail 56236 invoked by uid 500); 3 Jun 2009 16:27:41 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 56213 invoked by uid 500); 3 Jun 2009 16:27:40 -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 56202 invoked by uid 99); 3 Jun 2009 16:27:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 16:27:40 +0000 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [194.109.157.118] (HELO servers.basenet.nl) (194.109.157.118) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 16:27:31 +0000 Received: from bglinux2.colo.base.nl (bglinux2.colo.base.nl [10.0.50.52]) by bglinux1.colo.base.nl (Postfix) with ESMTP id C378253849 for ; Wed, 3 Jun 2009 18:27:10 +0200 (CEST) Received: from bglinux2.colo.base.nl (localhost [127.0.0.1]) by bglinux2.colo.base.nl (Postfix) with ESMTP id A27D7B6EC3 for ; Wed, 3 Jun 2009 18:27:10 +0200 (CEST) Date: Wed, 3 Jun 2009 18:27:10 +0200 (CEST) From: Robbert-Jan Roos To: Tomcat Users List Message-ID: <32661085.219.1244046430623.JavaMail.tomcat@localhost> Subject: ServletContextAttributeListener and a cluster MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_218_4315233.1244046430577" X-Mailer: BaseNet/WebMail (3.7.1-DEVELOPMENT-5521-92599) X-Originating-Host: from office-ext.base.nl ([213.53.208.101]) by bglinux2.colo.base.nl ([10.0.50.52]) with HTTP (Apache Tomcat/6.0.18); Wed, 03 Jun 2009 18:27:10 +0200 X-Priority: 3 (Normal) Importance: Normal X-Originating-User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_218_4315233.1244046430577 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, We've been playing around with the DistributedContext, and setAttribute getAttribute works perfectly. I was wondering if it is possible to get a distributed ServletContextAttributeListener. So when we do setAttribute("foo", "bar") on cluster node1 I would like to receive a ServletContextAttributeEvent on cluster node2. RJ ------=_Part_218_4315233.1244046430577--