`
andymu1117
  • 浏览: 36813 次
  • 性别: Icon_minigender_1
  • 来自: 大连
社区版块
存档分类
最新评论

JSP 抛出一些URI异常的解决方法

    博客分类:
  • java
阅读更多

本文来自CSDN博客:http://blog.csdn.net/gabriel80/archive/2008/05/29/2493612.aspx

 

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

Solution:解决方案:

Copy the standard.jar and jstl.jar file into WEB-INF/lib directory in you project复制standard.jar和jstl.jar文件到web-inf/lib目录在您的项目


The absolute uri: http://acegisecurity.org/authz cannot be resolved in either web.xml or the jar files:抛出异常

solution:

acegi-security-1.0.5.jar.acegi-security-tiger-1.0.5.jar


http://displaytag.sf.net cannot be resolved in either web.xml or the jar files

displaytag-1.1.1.jar

http://struts-menu.sf.net/tag-el cannot be resolved in either web.xml or the jar files

struts-menu-2.4.3.jar

 The absolute uri: http://www.opensymphony.com/oscache cannot be resolved in either web.xml or the jar

oscache-2.3.jar

 

sitemesh-2.2.1.jar

The absolute uri: http://www.appfuse.org/tags/struts cannot be resolved

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics