Try <%@ taglib prefix="rdbm" uri="/WEB-INF/rdbmstags6_0.tld" %> 

Lee

-----Original Message-----
From: Raible, Matt [mailto:[EMAIL PROTECTED]]
Sent: 20 February 2001 17:41
To: [EMAIL PROTECTED]
Subject: RE: Taglib URI error in Weblogic60


I get the following error when I try to get my taglibs running in WLS
6.0 - any ideas?



Parsing of JSP File '/Project.jsp' failed: 

/Project.jsp(3): Could not parse deployment descriptor:
org.xml.sax.SAXParseException: Could not parse: taglib starting at line
1
probably occurred due to an error in /Project.jsp line 3:
<%@ taglib prefix="rdbm" uri="/rdbmstags6_0.tld" %> 

Tue Feb 20 10:41:57 MST 2001



-----Original Message-----
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent:   Monday, February 19, 2001 3:25 AM
To:     [EMAIL PROTECTED]
Subject:        RE: Taglib URI error in Weblogic60



Memo from Nic Hobbs of PricewaterhouseCoopers
-------------------- Start of message text --------------------
Mark,

Try giving the 'full path' to the tld as in <%@ taglib
uri="/WEB-INF/taglib.tld" prefix="input" %> this works for me in WLS
6.0.
HTH
Nic



"Ward, Jeff" <[EMAIL PROTECTED]> on 14/02/2001 19:33:02
Please respond to [EMAIL PROTECTED]
To:     "'[EMAIL PROTECTED]'"
<[EMAIL PROTECTED]>
cc:


Subject:        RE: Taglib URI error in Weblogic60



The problem  looks to be WL not knowing that you have a webapp. Try
moving
the app to <WEBLOGIC HOME>/applications (this is where WL6 looks by
default).WL6 checks there for apps. I don't have that much experience
with
WL6 but the error you are receiving is exactly the error you would
receive
if you pointed the base directory somewhere without using the webapp
directive in the Weblogic.properties on 5.
Hope this helps
-Jeff Ward
-----Original Message-----
From:   Mark Scott [mailto:[EMAIL PROTECTED]]
Sent:   Wednesday, February 14, 2001 11:15 AM
To:     [EMAIL PROTECTED]
Subject:        RE: Taglib URI error in Weblogic60

>Try to use "/taglib" instead of "taglib" in both
>your JSP pages and and web.xml. Also make sure the "taglib.tld"
>file is actually under the directory "WEB-INF" of your web application

All these are true, I've tried numerous combinations, still the mesg
persists
my jsp is under my webapp root
the web.xml & taglib.tld are both in WEB-INF
see my code below..

Can anyone help with this ?
-----Original Message-----
From:   Hui Lin [mailto:[EMAIL PROTECTED]]
Sent:   Wednesday, February 14, 2001 1:35 PM
To:     [EMAIL PROTECTED]
Subject:        RE: Taglib URI error in Weblogic60


Try to use "/taglib" instead of "taglib" in both
your JSP pages and and web.xml. Also make sure the "taglib.tld"
file is actually under the directory "WEB-INF" of your web application
Hui Lin
-----Original Message-----
From:   Mark Scott [mailto:[EMAIL PROTECTED]]
Sent:   Wednesday, February 14, 2001 12:17 PM
To:     [EMAIL PROTECTED]
Subject:        Taglib URI error in Weblogic60


Hi All, having some trouble deploying my custom Tag, this is the
error...
thanks in advance Parsing of JSP File '/test/tagpage.jsp' failed:
/test/tagpage.jsp(1): Could not parse deployment descriptor:
java.io.IOException: cannot resolve 'taglib' into a valid tag library
probably occurred due to an error in /test/tagpage.jsp line 1:
<%@ taglib uri="taglib" prefix="input" %>
 ------------------------------
my directories look like this
myserver
test
* tagpage.jsp

WEB-INF
* web.xml
* taglib.tld
-------------------------------
my code:
in jsp
* <%@ taglib uri="taglib" prefix="input" %>

in web.xml
* <?xml version="1.0" ?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
Application
1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
<web-app>
<taglib>
<taglib-uri>taglib</taglib-uri>
<taglib-location>/WEB-INF/taglib.tld</taglib-location>
</taglib>
</web-app>


--------------------- End of message text --------------------
The principal place of business of PricewaterhouseCoopers and its
associate
partnerships is 1 Embankment Place, London WC2N 6NN where lists of the
partners' names are available for inspection. All partners in the
associate
partnerships are authorised to conduct business as agents of, and all
contracts for services to clients are with, PricewaterhouseCoopers. The
UK
firm of PricewaterhouseCoopers is authorised by the Institute of
Chartered
Accountants in England and Wales to carry on investment business.
PricewaterhouseCoopers is a member of the world-wide
PricewaterhouseCoopers
organisation.
----------------------------------------------------------------
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.   If you
received
this in error, please contact the sender and delete the material from
any
computer.


Reply via email to