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
1、首选必须把standard.jar和jstl.jar加到在tomcat/common/lib下。
2、1.0用:<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
1.1用:<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
1.1用:<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>