Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » tag library descriptor?
tag library descriptor? [message #242767] Tue, 11 December 2007 09:32
Eclipse UserFriend
Originally posted by: MacAdam.eden.invalid

Hi all,

If this is the wrong user group, apologies. I searched, but did not find
an appropriate one.

At the moment I'm trying to get an Example working. The error message I
get in Eclipse, after saving my .jsp is:
Cannot find the tag library descriptor for
(1) http://java.sun.com/jsp/jstl/core
and
Cannot find the tag library descriptor for
(2) http://java.sun.com/jsp/jstl/sql

I downloaded the 'Jakarta Taglib Standard 1.1', and extracted the
jstl.jar and standard.jar files to
D:\eclipse\workspace\DBTest\WebContent\WEB-INF\lib

The taglib's I use in my jsp are:
<%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql" %> (1)
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> (2)

Note: (1) and (2) in error message and taglib correspond to each other.

So the easy question is, what do I need to do to get this example working?

====
Background:
I want to start with JAAS (Java Authentication and Authorization
Service), and came out at the following Tomcat tutorial
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-exam ples-howto.html.

As development environment I installed Wampserver 2.0 (Apache, MySQL,
PHP for Windows XP), Tomcat 6.0 and I use jdk1.6.0_03. Using phpmyadmin,
I configured MySQL for the example.

My problem might be caused by the place I saved my Context
configuration. I placed it in %CATALINA_HOME%/conf/context.xml. So it
might be Eclipse did not find this context configuration. Might it be I
need to add this context configuration to Eclipse too? Where?

TIA,
Abel
Previous Topic:Importing defaults to src.com
Next Topic:Leopard SWT JPA Problem
Goto Forum:
  


Current Time: Wed Jul 17 13:58:54 GMT 2024

Powered by FUDForum. Page generated in 0.07946 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top