Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 63554 invoked from network); 9 Jun 2005 20:11:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jun 2005 20:11:12 -0000 Received: (qmail 86850 invoked by uid 500); 9 Jun 2005 20:10:54 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 86810 invoked by uid 500); 9 Jun 2005 20:10:53 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 86747 invoked by uid 99); 9 Jun 2005 20:10:52 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO ns.gametronics.com) (67.69.131.9) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 09 Jun 2005 13:10:51 -0700 Received: (qmail 7154 invoked from network); 9 Jun 2005 16:11:00 -0000 Received: from marian.gametronics.com (HELO marian) (192.168.1.118) by ns.gametronics.com with SMTP; 9 Jun 2005 16:11:00 -0000 Message-ID: <008e01c56d2f$4f563f30$7601a8c0@marian> From: "Marian Nedelescu" To: "Tomcat Users List" , "Rahul Akolkar" References: <005001c56d27$56618170$7601a8c0@marian> Subject: How could I specify in web.xml that use JSP 2.0 Date: Thu, 9 Jun 2005 16:10:40 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Rahul, What must I write in my web.xml file to specify that I want to use JSP 2.0 ? Thank you Marian ----- Original Message ----- From: "Rahul Akolkar" To: "Tomcat Users List" Sent: Thursday, June 09, 2005 3:22 PM Subject: Re: Tomcat with EL I suspect you want to use JSP 2.0 (which allows EL expressions in template text). TC 5.0.x (or higher) implements the JSP 2.0 spec. Use a servlet 2.4 web app descriptor (web.xml) for your application and you should be set. -Rahul On 6/9/05, Marian Nedelescu wrote: > Hi, > Could I use Tomcat with JSP that has expression language (EL) ? > > Thnak you in advance > > Marian > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org