| Author |
JSTL in Tomcat 5
|
Sheejo Rapheal
Greenhorn
Joined: Aug 02, 2003
Posts: 1
|
|
|
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.
|
 |
Simon Brown
sharp shooter, and author
Ranch Hand
Joined: May 10, 2000
Posts: 1860
|
|
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
|
 |
chang Anne
Greenhorn
Joined: Jul 02, 2003
Posts: 29
|
|
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.
|
 |
 |
|
|
subject: JSTL in Tomcat 5
|
|
|