Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSTL uri can not be resolved?

843840Jan 15 2009 — edited Jan 15 2009
I am running into an issue when trying to deploy a simple JSTL app on tomcat 6.0.
The exception is - rg.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

I have a 2.4 version of the web.xml
<web-app version="2.4"
      xmlns="http://java.sun.com/xml/ns/j2ee"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
And the jsp page has the URI specified as
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
The standard.jar and jstl.jar from the 1.1 release is in the lib directory...

What am I missing here - ??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2009
Added on Jan 15 2009
7 comments
703 views