Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 78185 invoked from network); 10 Dec 2007 20:24:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Dec 2007 20:24:54 -0000 Received: (qmail 44878 invoked by uid 500); 10 Dec 2007 20:24:33 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 44868 invoked by uid 500); 10 Dec 2007 20:24:33 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 44857 invoked by uid 99); 10 Dec 2007 20:24:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 12:24:32 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of avimeney@gmail.com designates 64.233.166.177 as permitted sender) Received: from [64.233.166.177] (HELO py-out-1112.google.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 20:24:12 +0000 Received: by py-out-1112.google.com with SMTP id u52so5073099pyb for ; Mon, 10 Dec 2007 12:24:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=EDczG94avgqdXVNno7rLB51uBecw54ae1ql0EF1hHXg=; b=b16Kixb56IktrmjPXfyCM8saO1vX1CImWITjq8cJ8gUauuT+lEN0YvCxsD33pRsT41N5Z3Mp9DS/+ZDdXU4iDOadIUImlLxMZckvZ5X2ZsJeA9O+nHWG14qo+ezbot01wlVOc/qe56iAoQLdXxi9bKgx9yIvkPx1p1yTJkmJ5is= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IKPaDnXbZHf4QOfH5tfhSpx2DwJ0zpyiTvVEGsMFHc2tB7KSV1dxblHPsTZZS3a3ZGMCRa94BjkAVVG+Bp8yVj03uRGem7L3eBePAwBiwoDzJw4B6Dkpt1Bed5eP+TFopgLkHFRCQpr/wtYopl78+AIL28B7skusT46OkONoc4w= Received: by 10.114.124.1 with SMTP id w1mr2034839wac.1197318252465; Mon, 10 Dec 2007 12:24:12 -0800 (PST) Received: by 10.114.102.5 with HTTP; Mon, 10 Dec 2007 12:24:12 -0800 (PST) Message-ID: <2c0601270712101224v231966cbo9d9ac64a307d4d52@mail.gmail.com> Date: Mon, 10 Dec 2007 18:24:12 -0200 From: "=?ISO-8859-1?Q?=C2ngelo_Vimeney?=" To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Apache, Tomcat and mod_proxy Hi, Thanks for your analysis, Karel. I'll try a larger timeout (60 seconds was used in my unsuccessfully last test). However, recently I put 300 browsers to access Apache connect to Tomcat using mod_jk without any problem. Unfortunately, I suspect this could be a bug with mod_proxy... =C2ngelo On Dec 7, 2007 12:19 PM, Karel Kubat wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > > At the Tomcat's catalina.out I found the following log: > > ... > > Dec 4, 2007 4:47:49 PM org.apache.catalina.startup.Catalina start > > INFO: Server startup in 3549 ms > > Dec 4, 2007 4:53:51 PM org.apache.jk.core.MsgContext action > > WARNING: Error sending end packet > > java.net.SocketException: Broken pipe > > This might indicate that your Tomcat server took too long to produce > its answer. By the time that it started writing its response, the > network connection was gone. This might be caused because your Apache > proxy "hung up" already. > > Check your Apache proxy for timeouts and choose a longer time. Then > re-test. If the problem occurs with a higher load than the 50 users > that you simulated, then you're on to something - in that case, > Tomcat would be the bottleneck, because the processing times increase > beyond the proxy's timeout. > > Hope this helps, > -- > Karel Kubat / M +31 6 2956 4861 (+31 6 AWK 6 HUM 1) > From the list of "Things You'll Never Hear A Southern Male Say": > I'll take Shakespeare for 1000, Alex. > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (Darwin) > > iD8DBQFHWVZl23FrzRzybNURAugGAJ47GMRdnzmdjYgQZ/lMICEK5F+TwgCg+xod > IFTBr0nkFYO/YUyVFhhHADs=3D > =3Dp9DS > -----END PGP SIGNATURE----- > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project= . > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org