Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 57422 invoked from network); 9 Sep 2008 14:55:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Sep 2008 14:55:19 -0000 Received: (qmail 93873 invoked by uid 500); 9 Sep 2008 14:55:04 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 93838 invoked by uid 500); 9 Sep 2008 14:55:04 -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 93827 invoked by uid 99); 9 Sep 2008 14:55:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 07:55:04 -0700 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: domain of goupilpierre@gmail.com designates 209.85.217.10 as permitted sender) Received: from [209.85.217.10] (HELO mail-gx0-f10.google.com) (209.85.217.10) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 14:54:06 +0000 Received: by gxk3 with SMTP id 3so3885217gxk.0 for ; Tue, 09 Sep 2008 07:54:37 -0700 (PDT) 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:mime-version:content-type; bh=yGdSBSu06eIPTFdDEP5dFfsWHvl7KdZrD9j/kSRE2fs=; b=leiNd+qVz9bgbouWYoZYtPt6j0vieYCaEpH2SGBF73UrpvBDmfAZUGIYBTnlvtNHWd ML4e4xEpqtQVbScxBoecP1i4Elmc2c20MrXFCZpCDZknBwvrTHjRMIPqAD6ljD52sUTI adxEiWtcD+1le+PMbocPvvDxLgEhBV+NCTdlc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=vuNxiEtbWxyXsCp+5c425KC/cO+OANqeiSfC9YY1q/PhZ49Wk2qossR3OV6HX673oV ZEiJMVeMq9PLvE92T2wmPtRsUYSan4ceKKDpJeldI90yFVRVHsF+XjVymvGFI+r7tUi0 X1lsBCqFoTsvMDVJJfKWSWnLB9VoVqQK/otbQ= Received: by 10.90.26.9 with SMTP id 9mr20758722agz.53.1220972077153; Tue, 09 Sep 2008 07:54:37 -0700 (PDT) Received: by 10.90.67.8 with HTTP; Tue, 9 Sep 2008 07:54:37 -0700 (PDT) Message-ID: Date: Tue, 9 Sep 2008 16:54:37 +0200 From: "Pierre Goupil" To: "Tomcat Users List" Subject: Apache Httpd & Tomcat error pages MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_133958_28433194.1220972077139" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_133958_28433194.1220972077139 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, We've got an Httpd 2.0 server sitting in front of a Tomcat 5.5 with mod_jk. Tomcat has several set up, amongst which HTTP 404, and so has Httpd. When the user tries & retrieve an inexistent page, he or she receives the page from Tomcat, with a 404 error-code. Can anyone explain me why the error page doesn't come from Httpd ? Is it expected behavior from mod_jk ? Cheers, Pierre ------=_Part_133958_28433194.1220972077139--