I'm trying to run a JSP page that uses the core JSTL taglib to run <c:forEach>. When I try to run the page on the server, I'm getting the following error:
SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: The absolute uri: cannot be resolved in either web.xml or the jar files deployed with this application
I've added jsp-api.jar, jstl.jar, servlet-api.jar, and standard.jar to my Java Build Path within Eclipse. Is there something else that I'm missing?
Thanks for any help you can provide.
SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: The absolute uri: cannot be resolved in either web.xml or the jar files deployed with this application
I've added jsp-api.jar, jstl.jar, servlet-api.jar, and standard.jar to my Java Build Path within Eclipse. Is there something else that I'm missing?
Thanks for any help you can provide.