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 1BA266C03 for ; Tue, 7 Jun 2011 21:34:48 +0000 (UTC) Received: (qmail 56429 invoked by uid 500); 7 Jun 2011 21:34:44 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 56360 invoked by uid 500); 7 Jun 2011 21:34: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 56351 invoked by uid 99); 7 Jun 2011 21:34:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 21:34:44 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.151] (HELO smtp6.freeserve.com) (193.252.22.151) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 21:34:36 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3516.me.freeserve.com (SMTP Server) with ESMTP id 4FC891C00052 for ; Tue, 7 Jun 2011 23:34:14 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3516.me.freeserve.com (SMTP Server) with ESMTP id 4278B1C00053 for ; Tue, 7 Jun 2011 23:34:14 +0200 (CEST) Received: from mail.homeinbox.net (unknown [2.29.17.41]) by mwinf3516.me.freeserve.com (SMTP Server) with ESMTP id 2E5BA1C00052 for ; Tue, 7 Jun 2011 23:34:14 +0200 (CEST) X-ME-UUID: 20110607213414190.2E5BA1C00052@mwinf3516.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by mail.homeinbox.net (Postfix) with ESMTP id D51CBEAAB5F for ; Tue, 7 Jun 2011 22:34:13 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from mail.homeinbox.net ([127.0.0.1]) by localhost (mail.homeinbox.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dr2o6AacVX4C for ; Tue, 7 Jun 2011 22:34:10 +0100 (BST) Received: from [192.168.23.9] (study03.dev.local [192.168.23.9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.homeinbox.net (Postfix) with ESMTPSA id 38C94EAAB3A for ; Tue, 7 Jun 2011 22:34:10 +0100 (BST) Message-ID: <4DEE9948.6000303@apache.org> Date: Tue, 07 Jun 2011 22:34:00 +0100 From: Mark Thomas User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: async requests on cluster References: <4DEE8E43.70803@jimmy.harvard.edu> In-Reply-To: <4DEE8E43.70803@jimmy.harvard.edu> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 07/06/2011 21:46, Seth Lenzi wrote: > The isAsyncSupported() method of the SerlvletRequest object returns > false when you uncomment the className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/> element in the > server.xml file (Tomcat 7.0.14). Basically, enabling clustering seems to > break support for asynchronous servlets... Is there something else that > needs to be done to enable async requests to work on a cluster? That would be a bug. Looking at it now, the fix should make it into the next 7.0.x release (7.0.16). I'll be starting on that release once this issue is fixed. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org