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