Hi , I was able to make the error go away by copying
.m2\repository\taglibs\standard\1.1.2\standard.1.1.2.jar. Either put this in tomcat\lib or package it with the web app. Manoj On Mon, Aug 24, 2009 at 7:20 AM, Neo Anderson <[email protected]>wrote: > > I try to deploy the sample web application (one that doesn't integrate with > srping, hibernate) to tomcat 6.0.18. However, when starting up, it throws > > org.apache.jasper.JasperException: /home.jsp(19,0) 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 > > > I try to change the uri in include.jsp to http://java.sun.com/jstl/core > (older version), but it still does not work. > > What version deos the jstl use? or how to fix this problem? > > Thanks. > > > > > -- > View this message in context: > http://n2.nabble.com/http-java-sun-com-jstl-core-cannot-be-resolved-error-tp3503668p3503668.html > Sent from the Shiro User mailing list archive at Nabble.com. >
