Author | Message |
---|---|
serpent
Posts: 43
|
Posted 22:12 Feb 10, 2012 |
I keep getting this error when trying to use the line <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>?
HTTP Status 500 -type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception 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 |
stridhiryu030363
Posts: 37
|
Posted 23:22 Feb 10, 2012 |
Guessing you're trying to run a jsp file. Move it to webcontent and run it from there. |