I use tomcat4124.
I got this error no matter i defined it or not :(
The server encountered an internal error () that prevented it from fulfilling this request.
org.apache.jasper.JasperException: This absolute uri (http://java.sun.com/jstl/core) cannot be resolved in either web.xml or the jar files deployed with this application
[...]
I have never got this error with a recent Tomcat 4.1.x version when I follow the installation instructions for the Standard tag library (i.e. the JSTL implementation). Make sure you just copy the JAR files from the distribution to the WEB-INF/lib directory of your application, and use the default tag library URIs. Also, use the released 1.0.3 version, not the nightly build (it reflects an incomplete implementation of the JSTL 1.1 spec, and will not work in a JSP 1.2 container).
Don't use any <taglib> elements in the web.xml file, non-standard URIs in the taglib directives, or copy the raw TLDs to web application directory structure; it just makes life more complicated than it has to be.
<plug> If you're having problems configuring Tomcat (or some other container), you may want to try out LiteWebServer instead. The basic server is installed with a standard GUI install wizard, so all you have to do is tell it the directory where you want it installed. You can then use the bundled JustGetIt module manager to install add-on modules for the features you want, such as JSP and JSTL. The JustGetIt module manager gets the latest versions from a web service, so upgrading the server itself or an add-on module is as simple as pointing and clicking.
For more see: <http://www.gefionsoftware.com/>
And yes, it's open source (based on Tomcat) with a BSD-like license, so you can use for free the same way as you use Tomcat. You can get help in the online forums, or optionally purchase a support agreement if you need more direct support. </plug>
Hans
On Tue, 01 Apr 2003 08:28:13 -0700 Wendy Smoak <[EMAIL PROTECTED]> wrote:
so in the web.xml's taglib's uri is http://java..../jsp/jstl/...? and in the jsp files also like that?
I have *no* taglibs defined in web.xml.
The JSP's have: <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
And JSTL works fine. HTH...
-- Wendy Smoak
Regards,
Joni
===========================================================================================
Malas antri buat mendapatkan print-out tagihan telepon ? Klik aja http://billinfo2.plasa.com
Gratis Perpanjangan dan Pendaftaran Nama Domain http://idc.plasa.com khusus di bulan Maret !
===========================================================================================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Hans Bergsten <[EMAIL PROTECTED]> Gefion Software <http://www.gefionsoftware.com/> Author of O'Reilly's "JavaServer Pages", covering JSP 1.2 and JSTL 1.0 Details at <http://TheJSPBook.com/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]