跳至主要內容

tomcat The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml

CoolWind小于 1 分钟运维tomcatjstl

tomcat The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml

Tomcat升级启动报错
The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml

  • tomcat 版本变化,jstl 不适配
  • xml 中 改为 http://java.sun.com/jstl/core
JSTL 1.0 的声明是:
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core " %>

JSTL1.1 的声明是:
<%@ taglib prefix="c" uri=http://java.sun.com/jsp/jstl/core %>
上次编辑于:
贡献者: liujl