Sorry about that I have no idea why I wrote Manifest when I ment web.xml
All I can think of is that the JAR is not being referenced correctly in the deployment descriptor or the TLD's were not packed correctly in the META-INF of the jar.
Good Luck.


Mr. Ariel S. Valentin
mailto: [EMAIL PROTECTED]




From: "Keith Hankin" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Subject: Re: Where to put tld files for jarred custom taglibs?
Date: Mon, 7 Jun 2004 11:17:54 +0530

The manifest doesnt' really have anything in it. Just the default manifest
that is created from jarring with ant task. Should it have anything special
for this to work?

----- Original Message -----
From: "Ariel Valentin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 06, 2004 7:14 AM
Subject: Re: Where to put tld files for jarred custom taglibs?


> Keith,
> Have you tried unpacking the jar and see if everything is packed in the
> correct directory structure and that the Manifest file has the correct
info?
>
> Mr. Ariel S. Valentin
> mailto: [EMAIL PROTECTED]
>
>
>
>
> >From: "Keith Hankin" <[EMAIL PROTECTED]>
> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
> >To: "Tomcat Users List" <[EMAIL PROTECTED]>
> >Subject: Re: Where to put tld files for jarred custom taglibs?
> >Date: Sat, 5 Jun 2004 17:59:38 +0530
> >
> >I read the article, did what it said exactly, but it *still* doesn't
work.
> >It keeps complaining that it cannot find "taglib.tld", but my tld file
> >is not named taglib.tld. I even sent the author of that article an email
> >but he didn't respond.
> >
> >----- Original Message -----
> >From: "M.Hockings" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Tuesday, June 01, 2004 5:40 PM
> >Subject: Re: Where to put tld files for jarred custom taglibs?
> >
> >
> > > STOCKHOLM, Raymond wrote:
> > > > How did you locate your tld in your JSP ?
> > > >
> > > > something like this ?
> > > > <%@ taglib uri="/WEB-INF/tld/form-tags.tld" prefix="ftags" %>
> > > >
> > > > -----Message d'origine-----
> > > > De : Keith Hankin [mailto:[EMAIL PROTECTED]
> > > > Envoyé : mardi 1 juin 2004 08:31
> > > > À : [EMAIL PROTECTED]
> > > > Objet : Where to put tld files for jarred custom taglibs?
> > > >
> > > >
> > > > I have created a custom taglib, extending TagSupport. I have
packaged
> >the
> > > > class files into a jar. I have also added the tld file to this jar.
I
> >then
> > > > place this jar file in my war file under WEB-INF/lib. However, no
> >matter
> > > > where I place the tld file in the jar, it seems that Tomcat is
unable
> >to
> > > > find it. I have read the documentation, which is as clear as mud on
> >this
> > > > issue.
> > >
> > >
> > > Here is an article that you might find informative..
> > >
> > >
>
>http://www.ibm.com/developerworks/java/library/j-jsp09023.html?ca=dgr-jw17j
-
> >jsp09023
> > >
> > > Mike
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> _________________________________________________________________
> Check out the coupons and bargains on MSN Offers!
http://youroffers.msn.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Watch the online reality show Mixed Messages with a friend and enter to win a trip to NY http://www.msnmessenger-download.click-url.com/go/onm00200497ave/direct/01/



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to