• 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 JAR files

 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i want to Copy the JSTL JAR files to Tomcat's lib directory.
where can i find it .
please help
 
Bartender
Posts: 1845
10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can download from here:
http://jakarta.apache.org/site/downloads/downloads_taglibs.html

There are two versions to choose from:
Standard 1.0 Taglib = JSTL1.0 -> JSP1.2 container (eg Tomcat 4)
Standard 1.1 Taglib = JSTL1.1 -> JSP2.0 container (eg Tomcat 5)

Cheers,
evnafets
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic