chuijingjing

操作:jsp文件里面添加<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"   %>之后如下图

报错:浏览器上访问时出现下面的错误

HTTP Status 500 - 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-INFO文件夹里创建一个lib目录并在向lib目录里面导入这两个jar包,

     然后再将这两个jar包复制到tomcat里面的lib目录下。例如:D:\tomcat-7.0.53\lib,

     重启服务器再次访问即可成功。

 

分类:

技术点:

相关文章:

  • 2021-09-06
  • 2021-09-10
  • 2021-09-13
  • 2021-11-03
  • 2021-07-22
  • 2021-09-10
  • 2021-09-12
猜你喜欢
  • 2021-09-10
  • 2021-09-29
  • 2021-09-09
  • 2021-09-10
  • 2021-04-26
  • 2021-09-10
  • 2021-09-10
相关资源
相似解决方案