Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 27960 invoked from network); 27 Nov 2007 16:22:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2007 16:22:51 -0000 Received: (qmail 9136 invoked by uid 500); 27 Nov 2007 16:22:26 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 9113 invoked by uid 500); 27 Nov 2007 16:22:26 -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 9102 invoked by uid 99); 27 Nov 2007 16:22:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 08:22:25 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [198.187.195.88] (HELO tn-hq-mail1.ks.touchnet.com) (198.187.195.88) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 16:22:06 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C83111.A8270D25" Subject: No logging done when clientAuth=true Date: Tue, 27 Nov 2007 10:22:08 -0600 Message-ID: <4029C73F15A33D40A91FBC79EC85ADC801A6C676@tn-hq-mail1.ks.touchnet.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: No logging done when clientAuth=true thread-index: AcgxEaj+WNfzx7d4R+y5aUUO2W8IAQ== From: "Aaron Shettleroe" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C83111.A8270D25 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I'm trying to configure Tomcat 5.5.25 to log failed requests to a Connector that has enabled mutual authentication. When I try to request a page from the secured port and fail to send the client certificate, Tomcat doesn't log this request! What do I need to do in order to have the failed request (no client cert sent) logged in Tomcat? I've enabled log4j. =20 I've tried the request from a browser (Firefox and IE) and from an application calling a web service. No luck. =20 Thanks ------_=_NextPart_001_01C83111.A8270D25--