Estou tendo esse erro:
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
mas já conferi que o jstl-1.1.2.jar está em meu classpath, e possui o arquivo c-1_0.tld que contem a taglib que estou tentando usar em meu jsp:
<%@taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
algma luz?