Re: Problem in spring-tomcat project

2011-10-15 Thread Pid
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




signature.asc
Description: OpenPGP digital signature


Problem in spring-tomcat project

2011-10-14 Thread Anisha Karki
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