Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 75547 invoked from network); 20 Dec 2010 13:27:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Dec 2010 13:27:35 -0000 Received: (qmail 14108 invoked by uid 500); 20 Dec 2010 13:27:32 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 13840 invoked by uid 500); 20 Dec 2010 13:27:31 -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 13831 invoked by uid 99); 20 Dec 2010 13:27:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Dec 2010 13:27:31 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of knst.kolinko@gmail.com designates 209.85.160.173 as permitted sender) Received: from [209.85.160.173] (HELO mail-gy0-f173.google.com) (209.85.160.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Dec 2010 13:27:24 +0000 Received: by gye5 with SMTP id 5so1443155gye.18 for ; Mon, 20 Dec 2010 05:27:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=nsMrsuwYqCaV9C8S4zlY8PYVEV8lu8nyVoFfRPZ56y0=; b=C3LN4+SSVtf3C4+ixJ4ADDkMauF4hUGZpqzlT2Ye7oiYBEhwyU30HmHQxu3GGRPnEP 5bGnp5ul0a0j1OozyzrKgHF+ZMZAo7T8l659CcAAKl0KvcKp4HvlX85+lfk9YzTegB/e tBXVVF0Zsjh1ycvEcsFurbAStz4OwvEHzH8TQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=PqzzSeLb1xXDrrym+9u+1gLMGuatPZakYSRFs12K4GF33mT9N6qFPwyOk2DUPdSnsK Rtnqj/f0M5kqck0Su3JrKxF6gCXGHY3GEW90d3M27gnhmEgmk5p92SHzsTvAhu8rY1Er XEqTBxRKY18ZhZ4Kj6MW1Flx1ZTGpRxh1TzmM= MIME-Version: 1.0 Received: by 10.100.125.1 with SMTP id x1mr2418021anc.82.1292851623431; Mon, 20 Dec 2010 05:27:03 -0800 (PST) Received: by 10.100.208.16 with HTTP; Mon, 20 Dec 2010 05:27:03 -0800 (PST) In-Reply-To: <4D0F2F90.5080900@overspeed.de> References: <4D0F2F90.5080900@overspeed.de> Date: Mon, 20 Dec 2010 16:27:03 +0300 Message-ID: Subject: Re: Occasional (!) error "(404) Not Found" with Apache Axis 1.4 web service after update to Tomcat 6.0.29 From: Konstantin Kolinko To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2010/12/20 Felix Dierich : > I have a very strange issue, which only occured after an update from Tomcat > 6.0.26 to 6.0.29. I have a number applications doing alltogether ~50-100 > SOAP calls per minute to an Apache Axis 1.4 based web service running on > Tomcat. After the Tomcat update some of these calls suddenly get a "(404)Not > Found" response from the servlet, with no clear pattern. In a write > operation with 20 SOAP calls more or less at once, two may get this > response, the rest works well. This has never happened under 6.0.26. > How is JspServlet configured in your conf/web.xml ? I'd recommend to set its "development" parameter to the value of "false". Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org