Tomcat 6 comes with JSTL?
511785Apr 20 2008 — edited Apr 20 2008For Tomcat 6.0.16 I see jstl.jar and standard.jar files come with it in the apache-tomcat-6.0.16\webapps\examples\WEB-INF\lib directory. Does that mean Tomcat 6.0.16 automatically comes with JSTL and I wont have to download the JSTL software from Jakarta?
I would like to copy the jstl.jar and standard.jar files from the apache-tomcat-6.0.16\webapps\examples\WEB-INF\lib directory and use them in a new webapp so I can work with JSTL.