Hi,
I have been trying to move the jstl.jar and standard.jar from WEB-INF/lib to the server's classpath.
However doing this the application breaks bacause the application server can't find the jars.
Error thrown:
"weblogic.servlet.jsp.JspException: (line 1): Could not parse deployment descriptor: java.io.IOException: cannot resolve 'http://java.sun.com/jstl/core' into a valid tag library"
Does anyone knows why this jars must be on the WEB-INF/lib directory for the application to work.
I have included the path to the jars on the server classpath, several times in different manners it just never works.
(I'm sure jars are being added to the classpath.)
I´m using Weblogic 8.1 sp3.
JRockit JVM
Jakarta JSTL v1.0.
thanks a lot,
jstl jars into classpath
It's requiered to include the tld files
inside the WEB-INF/lib folder in order to them being read. This is defined in
JSR 53 JavaServer Pages Specification Version 2.1 section: JSP.3.2 Taglib Map.