Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 5648 invoked from network); 30 Sep 2008 19:59:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Sep 2008 19:59:05 -0000 Received: (qmail 28192 invoked by uid 500); 30 Sep 2008 19:58:51 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 28157 invoked by uid 500); 30 Sep 2008 19:58:51 -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 28146 invoked by uid 99); 30 Sep 2008 19:58:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 12:58:51 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.159] (HELO smtp5.freeserve.com) (193.252.22.159) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 19:57:49 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3412.me.freeserve.com (SMTP Server) with ESMTP id 7058A1C00087 for ; Tue, 30 Sep 2008 21:58:21 +0200 (CEST) Received: from smtp.homeinbox.net (unknown [91.109.187.106]) by mwinf3412.me.freeserve.com (SMTP Server) with ESMTP id 5472F1C00084 for ; Tue, 30 Sep 2008 21:58:21 +0200 (CEST) X-ME-UUID: 20080930195821345.5472F1C00084@mwinf3412.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by smtp.homeinbox.net (Postfix) with ESMTP id D1C851A44C1 for ; Tue, 30 Sep 2008 20:58:25 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from smtp.homeinbox.net ([127.0.0.1]) by localhost (server01.dev.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n3fxa-+g7gcI for ; Tue, 30 Sep 2008 20:58:22 +0100 (BST) Received: from [192.168.0.4] (study01.dev.local [192.168.0.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.homeinbox.net (Postfix) with ESMTPSA id A4DBC1A420A for ; Tue, 30 Sep 2008 20:58:22 +0100 (BST) Message-ID: <48E284D7.1080204@apache.org> Date: Tue, 30 Sep 2008 20:58:15 +0100 From: Mark Thomas User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat getting insufficient POST data References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Stephen Nelson-Smith wrote: > On Tue, Sep 30, 2008 at 8:12 PM, Stephen Nelson-Smith > wrote: > >> Testing: >> >> * Submitting straight to one of the new tomcat 6.0.16 machines, over >> http, works without fail - the XML is parsed. > > Ok.... so now it transpires that actually direct http to Tomcat never > worked more than once, after a tomcat restart either. So the only > thing that works is the mod_jk setup. > > This makes me very suspicious - why would it work only once? > > Can I cluster with mod_jk and apache 2.2? Absolutely. Have you checked that the request is valid. For example, does the content length header agree with what you are sending? I would use mod_proxy_http rather than mod_jk and then dig out wireshark to see exactly what is going on. Mark --------------------------------------------------------------------- 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