SEVERE: Servlet.service() for servlet [obliquid.servlet.Index] in context with path [/cp] threw exception [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]
Tomcat 7 has "Spec versions: Servlet 3.0, JSP 2.2, EL 2.2", so JSTL is not included?
get the package jstl to the /lib path
change the port number to tomcat :
本文介绍了解决Tomcat7环境下JSTL无法正常工作的问题,具体表现为绝对URI无法在web.xml或部署的应用程序的jar文件中解析。文章提供了添加JSTL包到lib路径的方法以及调整Tomcat端口号的建议。

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



