Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 68729 invoked from network); 1 Feb 2006 17:22:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Feb 2006 17:22:59 -0000 Received: (qmail 29932 invoked by uid 500); 1 Feb 2006 17:22:42 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 29916 invoked by uid 500); 1 Feb 2006 17:22:41 -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 29905 invoked by uid 99); 1 Feb 2006 17:22:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2006 09:22:41 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.38.16] (HELO web50001.mail.yahoo.com) (206.190.38.16) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 01 Feb 2006 09:22:39 -0800 Received: (qmail 2878 invoked by uid 60001); 1 Feb 2006 17:22:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=vbwZFXdqNsN4aykH2mvuSFan87wiRu7FYxnpK3S4HU8YqAGVip+soK5A+c6ZK2kX1BhgFRYBPhplJf5WGmDvNIMB3/U7KVL3GUDaxpdvaNpG72yxDjsBKwQMO+WY3iIY9kh35c/9HLygmdWOp3JmQGEP4RrwdTPyofBSChusR4Y= ; Message-ID: <20060201172218.2876.qmail@web50001.mail.yahoo.com> Received: from [24.235.117.242] by web50001.mail.yahoo.com via HTTP; Wed, 01 Feb 2006 09:22:18 PST Date: Wed, 1 Feb 2006 09:22:18 -0800 (PST) From: Martin Dubuc Subject: Re: Identifying a page with no extension to be a JSP To: Tomcat Users List In-Reply-To: <43E0DBD7.80507@ofs.no> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-14079818-1138814538=:1407" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --0-14079818-1138814538=:1407 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Yeeeeeeeeees! I had tried to put the filename as a URL pattern, but without the path Tomcat didn't like it. Now, just adding a slash in front a the filename solves my problem! Thanks! Martin Christian Andersson wrote: if you just want to do it for this file, just add the filename instead of the *, for example jsp /path/file in your web.xml this has worked for me, when I've done it for files in the main path anyway, but I suppose it will work for other parts also.. /Christian Andersson Martin Dubuc wrote: > I have a page that has some JSP directives in it and I would like my Web server to process it as such, but the filename for this page is fixed and does not contain an extension. Is there a configuration item I can use in Tomcat to indicate that this file must be processed by the JSP engine? I have tried setting a URL pattern of form "path/*" but Tomcat seems to require a dot in the URL pattern. > > > > --------------------------------- > Bring words and photos together (easily) with > PhotoMail - it's free and works with Yahoo! Mail. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------- Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars. --0-14079818-1138814538=:1407--