org.apache.jasper.JasperException: 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
这个jar 包你拷贝到项目lib 下面 有没有鼠标选择项目 右键项目属性 在java java build path 下 有个libraries add jars 呀
JSTL没有被安装,试着删掉/WEB-INF/lib 的jstl-1.2.jar然后重启服务器。
没有把jar包build path吧,不然项目无法编译到该jar包