• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSTL in Tomcat 5

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In our company, we are planning to use JSP 2.0,JSTL and EL in Tomcat 5 in our next project. We cannot run JSTL in Tomcat 5. So please send all the steps which I have to follow to run the application. If you send it, it is a favourable for me also.
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JSTL runs as-is in Tomcat 5 - just drop the JAR files into the WEB-INF/lib directory of your application and you're sorted. What is it that doesn't work? If it's the EL expressions, try using the _rt versions of the taglibs.
HTH
Simon
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I am using jsp 2.0
in my web-inf/lib include jstl.jar and standard.jar
Why can't use the EL-versions of the taglibs in jsp 2.0?
I mean <c ut value="${}" />

I am really appreciate your help.
 
reply
    Bookmark Topic Watch Topic
  • New Topic