Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

org.apache.jasper.JasperException - JSTL problem?

Status
Not open for further replies.

webdev17

Programmer
Feb 6, 2006
33
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top