Mano-

I would start with a working Spring webapp such as petclinic sample webapp from 
spring and modify the code accordingly
Feel free to contact me offline as this specific issue appears to be a 
mis-alignment with your spring environment

M-
This e-mail communication and any attachments may contain confidential and 
privileged information for the use of the 
designated recipients named above. If you are not the intended recipient, you 
are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, 
distribution or copying of it or its 
contents
----- Original Message ----- 
From: "David Delbecq" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Monday, November 13, 2006 8:01 AM
Subject: Re: JasperException: The absolute uri: http://java.sun.com/jstl/core 
cannot be resolved....


> This is most probably a problem in the example webapplication (missing
> jstl related jar). Refer to spring framework mailing list.
> Mano a écrit :
>> Hi,
>>
>> Am trying to get the Springapp (the example found in the Spring Framework
>> 2.0 running on my system. Am running Tomcat 5.5.17 and jdk 1.5).  When
>> I try
>> to access localhost:8080/mano-projects/mostgain/ I get the following
>> error:
>> _____________________________________
>>
>>> exception org.apache.jasper.JasperException: /mostgain/index.jsp(1,1)
>>> The
>>> absolute uri: http://java.sun.com/jstl/core cannot be resolved in either
>>> web.xml or the jar files deployed with this application
>>> org.apache.jasper.servlet.JspServletWrapper.handleJspException (
>>> JspServletWrapper.java:510)
>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java
>>>
>>> :375)
>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>>> org.apache.jasper.servlet.JspServlet.service (JspServlet.java:264)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>>
>> _______________________________________________
>>
>> But I already have the jstl.jar and standard.jar in my WEB-INF/lib !!
>>
>> My WEB-INF/jsp/include.jsp looks like this:
>> _________________________________________
>> <%@ page session="false"%>
>>
>> <%@ taglib prefix="c" uri=" http://java.sun.com/jstl/core"; %>
>> <%@ taglib prefix="fmt" uri=" http://java.sun.com/jstl/fmt"; %>
>> ____________________________
>>
>> I tried changing the above to http://java.sun.com/jsp/jstl/core & fmt
>> but to
>> no avail!
>>
>> My index.jsp looks like this:
>> __________________
>> <%@ include file="WEB-INF/jsp/include.jsp" %>
>>
>> <%-- Redirected because we can't set the welcome page to a virtual
>> URL. --%>
>> <c:redirect url="/hello.htm"/>
>> ________________
>>
>> What am I doing wrong!!!
>>
>> Thanks,
>> mano
>>
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to