Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 22685 invoked from network); 26 May 2009 20:57:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 May 2009 20:57:58 -0000 Received: (qmail 65629 invoked by uid 500); 26 May 2009 20:58:10 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 65538 invoked by uid 500); 26 May 2009 20:58:10 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 65530 invoked by uid 99); 26 May 2009 20:58:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2009 20:58:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2009 20:58:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 023E3234C045 for ; Tue, 26 May 2009 13:57:46 -0700 (PDT) Message-ID: <265496108.1243371466008.JavaMail.jira@brutus> Date: Tue, 26 May 2009 13:57:46 -0700 (PDT) From: "Bobby Lawrence (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-4647) welcome files with servlet url-mappings In-Reply-To: <958480673.1243367445627.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713249#action_12713249 ] Bobby Lawrence commented on GERONIMO-4647: ------------------------------------------ im using the tomcat distribution and we have our welcome-file pointing at "login.jsf" but I get a 404 > welcome files with servlet url-mappings > --------------------------------------- > > Key: GERONIMO-4647 > URL: https://issues.apache.org/jira/browse/GERONIMO-4647 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: web > Affects Versions: 2.1.4 > Environment: JRE 1.5.0_06, Windows XP > Reporter: Bobby Lawrence > > When you specify welcome files in web.xml Geronimo throws 404 errors if the welcome file isn't a valid file resource. > Values that are URL mappings to a servlet are ignored by the app server even through they are valid. > This means that I can't have a welcome file of "/index.jsf" or "/index.do" or "/someservlet". > The only welcome files that Geronimo seems to not throw a 404 Not Found error are actual files found in the web application. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.