本文来自优快云博客:http://blog.youkuaiyun.com/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:抛出异常