× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Mark,

What version of tomcat are you using? If you are not running Tomcat 4+
I think you will have problems. You should refer to the JSTL tags using
the URL. Here is a sample:

<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/core_rt"; prefix="c_rt" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt"; prefix="fmt" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt"; prefix="fmt_rt" %>
<%@ taglib uri="http://java.sun.com/jstl/sql"; prefix="sql" %>
<%@ taglib uri="http://java.sun.com/jstl/sql_rt"; prefix="sql_rt" %>
<%@ taglib uri="http://java.sun.com/jstl/xml"; prefix="x" %>
<%@ taglib uri="http://java.sun.com/jstl/xml_rt"; prefix="x_rt" %>

If you use the URL version you don't have to deal with copying your
TLDs and defining them in your web.xml file. Just install the
standard.jar into WEB-INF/lib for applications that access the JSTL
tags.

David Morris

>>> mwalter@xxxxxxxxxxxxxxx 4/20/2004 9:16:09 AM >>>
I'm trying to use the jstl/core tag library from java.sun.com. My JSP
fails
with an internal servlet error saying that it is unable to open the
tag
library and cannot find the TLD. I'm using apache w/tomcat on our
iseries.
V5R2. Is this a PTF issue or am I missing something from the config
side? I
can ping java.sun.com from an iSeries command line.

Thanks,

Mark

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.