You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Anisha Karki <ka...@gmail.com> on 2011/10/14 18:41:45 UTC

Problem in spring-tomcat project

I am following the tutorial:
http://static.springsource.org/docs/Spring-MVC-step-by-step/part2.html

on developing and configuring the views and the controller. But i am getting
following error:


org.apache.jasper.JasperException: /index.jsp (line: 1, column: 1) The
absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in
either web.xml or the jar files deployed


I have already copied jstl.jar and jsltl-standard.jar to WEB-INF
folder but the problem is not solved. How to solve this problem ?any
help would be
appreciated.


Sincrely,
Anisha Karki

Re: Problem in spring-tomcat project

Posted by Pid <pi...@pidster.com>.
On 14/10/2011 17:41, Anisha Karki wrote:
> I am following the tutorial:
> http://static.springsource.org/docs/Spring-MVC-step-by-step/part2.html
> 
> on developing and configuring the views and the controller. But i am getting
> following error:
> 
> 
> org.apache.jasper.JasperException: /index.jsp (line: 1, column: 1) The
> absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in
> either web.xml or the jar files deployed
> 
> 
> I have already copied jstl.jar and jsltl-standard.jar to WEB-INF
> folder but the problem is not solved. How to solve this problem ?any
> help would be
> appreciated.

Is this a Spring tutorial question or a Tomcat question?
You don't mention anything about Tomcat.


p