用eclipse和tomcat连接数据库报错Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core

如图,报错:
Can not find the tag library descriptor for “http://java.sun.com/jsp/jstl/core”

因为缺少了以下两个jar包:
jstl.jar
standard.jar
解决方法:
将以上两个jar包拷贝到出错的工程的WEB-INF/lib

你可能感兴趣的:(报错解决方案,tomcat)