Link to home
Start Free TrialLog in
Avatar of softechnics
softechnics

asked on

taglib uri not found

I have a JSP with the following taglib:

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

Tomcat gives me an error (in localhost.2010-01-11.log) when a device attempts to log in to my webapp as follows:

SEVERE: Servlet.service() for servlet jsp threw exception
org.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

We have other webapps running on this same instance of Tomcat that do not have a problem with this line in the JSP. The web.xml is basically identical between this webapp and the others, but the other webapps are SpringFramework based, this one is not.

Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of rrz
rrz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial