Thanks for the suggestion. I tried it, no success.
Anything else I should check..?

Thanks again.
-Velmurugan Periasamy.

-----Original Message-----
From: D. Jay Newman [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 9:22 AM
To: [EMAIL PROTECTED]
Subject: Re: Question on taglib directive and web.xml mapping


> But I'm getting the 'Unable to open tag library" error when I have the
> following configuration.
> <%@ taglib uri="aegiskafe" prefix="aegis" %> // In JSP file
> 
> // web.xml entries
>  <taglib>
>   <taglib-uri>aegiskafe</taglib-uri>
>   <taglib-location>/web-inf/tlds/aegiskafe.tld</taglib-location>
>  </taglib>
> 
> I'm using Tomcat 3.2.3 under Windows NT.
> Am I missing something?

I'd suggest trying:
   /WEB-INF/tlds/aegiskafe.tld
as the body of the taglib-location tag.

There are some inconsistancies between case-sensitive parts and case-
insensitive parts of the configuration.
-- 
D. Jay Newman                      !  // The worst possible legal hashCode
[EMAIL PROTECTED]                !  public int hashCode() { return 42;}
http://www.sprucegrove.com/~jay/   !    -- _Effective Java_

Reply via email to