tomcat启动报务后访问页面报错: 

 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



解决办法:在tomcat的配置文件中找到如图位置,去掉红框中的那个 * 号,改为:


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


改为如下 :

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


重启服务就可以了。




相关文章: