Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 88779 invoked from network); 13 Nov 2008 10:44:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2008 10:44:09 -0000 Received: (qmail 721 invoked by uid 500); 13 Nov 2008 10:44:09 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 426 invoked by uid 500); 13 Nov 2008 10:44:08 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 415 invoked by uid 99); 13 Nov 2008 10:44:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 02:44:08 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [193.72.144.2] (HELO mail2.elca.ch) (193.72.144.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 10:42:49 +0000 Received: from MS01.elca.ch (unverified [10.10.90.90]) by mail2.elca.ch (Hrp) with ESMTP id for ; Thu, 13 Nov 2008 11:43:26 +0100 X-PMWin-Version: 3.0.2.0, Antivirus-Engine: 2.80.0, Antivirus-Data: 4.35E X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4133 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C9457C.9EF8DFE7" Subject: welcome.do ignored in my web.xml Date: Thu, 13 Nov 2008 11:42:59 +0100 Message-ID: <165A38FA8C582448BBBD67591413BE6E0185F81A@MS01.elca.ch> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: welcome.do ignored in my web.xml thread-index: AclFfJhVfnXBOoggR/CuJ2SuNd0XuQ== From: "Cappelletti Marc" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C9457C.9EF8DFE7 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi all, =20 I've mapped my struts action *.do in the web.xml file and it works when I access a struts action directly with the URL (eg: http://localhost:8080/mcbc/welcome.do ) =20 But, when I go to the root of my webapp (http://localhost:8080/mcbc/ ), my welcome-file-list tag, which points to a struts action welcome.do is ignored by tomcat. And if I put a jsp file or a servlet in this welcome list, it works. =20 Does anyone have an idea of the problem? =20 Regards =20 Marc ------_=_NextPart_001_01C9457C.9EF8DFE7--