今天,导入别人的项目,别人用的是Tomcat6,我用的Tomcat7.
导入之后也没有提示转换tomcat的版本。
项目添加到tomcat,访问之后出现这种提示
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
解决方法就是在WEB-INF下的lib中添加jstl jar包 重启tomcat,即可。

本文介绍了一种常见错误“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”在使用Tomcat7部署项目时的解决方案。主要是在WEB-INF/lib目录下添加jstl jar包并重启Tomcat。

1895

被折叠的 条评论
为什么被折叠?



