Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 84430 invoked from network); 5 Aug 2004 18:45:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Aug 2004 18:45:21 -0000 Received: (qmail 3147 invoked by uid 500); 5 Aug 2004 18:44:47 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 3107 invoked by uid 500); 5 Aug 2004 18:44:46 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 3091 invoked by uid 99); 5 Aug 2004 18:44:46 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=FROM_HAS_ULINE_NUMS X-Spam-Check-By: apache.org Received: from [139.142.220.22] (HELO brad.globallyboundless.com) (139.142.220.22) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 05 Aug 2004 11:44:42 -0700 Received: from BALTHAZAR ([10.0.0.111]) by mail.gb-im.com (8.10.2/8.10.2) with ESMTP id i75IhqO26021 for ; Thu, 5 Aug 2004 13:44:28 -0500 From: "Mike Curwen" To: "'Tomcat Users List'" Subject: RE: custom error pages Date: Thu, 5 Aug 2004 13:44:08 -0500 Message-ID: <00a801c47b1c$46a3b0d0$6f00000a@BALTHAZAR> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <9C5166762F311146951505C6790A9CF80229BDFE@US-VS1.corp.mpi.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I think the essence of the request is to get Tomcat to not show a tomcat error page under any circumstances. For those using Tomcat stand-alone, (ie: they do not have the benefit of being able to use custom apache = error pages), is there a solution? If you say that errorpages specified in web.xml are part of the web app, = and so are not available unless the app is available, would this be more appropriately handled by a customized Connector? ie:=20 com.foo.my.Connector extends org.apache.coyote.tomcat4.CoyoteConnector =20 and then I can set up customized pages for 404, 500, etc, etc ? > -----Original Message----- > From: Shapira, Yoav [mailto:Yoav.Shapira@mpi.com]=20 > Sent: Thursday, August 05, 2004 8:11 AM > To: Tomcat Users List > Subject: RE: custom error pages >=20 >=20 >=20 > Hi, > The stuff in conf/web.xml is virtually appended to your=20 > web.xml. If your web.xml is inactive or non-existent the=20 > stuff in conf/web.xml is not applicable and not consulted. >=20 >=20 > Yoav Shapira > Millennium Research Informatics >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org