You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Digby <li...@digby.net> on 2005/07/03 15:13:45 UTC

Re: Tomcat 5.5.9: [JSTL] The absolute uri: http://java.sun.com/jstl/c cannot be resolved in either web.xml or the jar files deployed with this application

I think this is what you need now:

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

Note the extra /jsp/

Digby


Robert Taylor wrote:
> Greetings,
> 
> I'm running Tomcat 5.5.9 on Win2K, JDK1.5 and have observed that there 
> is a problem resolving the JSTL taglibs when using their specified 
> absolute uri.
> 
> I believe I have everything installed correctly because if I use the 
> relative location to the .tld instead of the uri it works fine.
> 
> I had the same problem with Tomcat 5.5.7 and found others had similar 
> issues when pre-compiling.
> 
> http://marc.theaimsgroup.com/?l=tomcat-user&m=110857231722295&w=2
> 
> Which pointed to this bug:
> http://issues.apache.org/bugzilla/show_bug.cgi?id=33373
> 
> So I downloaded 5.5.9 in the hopes that it may have been fixed, but it 
> doesn't appear so.
> 
> Is this still an issue in 5.5.9, or do I have to configure something 
> else. Have I missed any documentation notes about this problem?
> 
> /robert


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tomcat 5.5.9: [JSTL] The absolute uri: http://java.sun.com/jstl/c cannot be resolved in either web.xml or the jar files deployed with this application

Posted by Robert Taylor <64...@bellsouth.net>.
Digby, thanks. That was it. Next time I'll think instead of cutting and 
pasting.

/robert



Digby wrote:
> I think this is what you need now:
> 
> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
> 
> Note the extra /jsp/
> 
> Digby
> 
> 
> Robert Taylor wrote:
> 
>> Greetings,
>>
>> I'm running Tomcat 5.5.9 on Win2K, JDK1.5 and have observed that there 
>> is a problem resolving the JSTL taglibs when using their specified 
>> absolute uri.
>>
>> I believe I have everything installed correctly because if I use the 
>> relative location to the .tld instead of the uri it works fine.
>>
>> I had the same problem with Tomcat 5.5.7 and found others had similar 
>> issues when pre-compiling.
>>
>> http://marc.theaimsgroup.com/?l=tomcat-user&m=110857231722295&w=2
>>
>> Which pointed to this bug:
>> http://issues.apache.org/bugzilla/show_bug.cgi?id=33373
>>
>> So I downloaded 5.5.9 in the hopes that it may have been fixed, but it 
>> doesn't appear so.
>>
>> Is this still an issue in 5.5.9, or do I have to configure something 
>> else. Have I missed any documentation notes about this problem?
>>
>> /robert
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org