When I specify the exact location of the tld file in the JSP itself, I have
no problem.
<%@ taglib uri="/web-inf/tlds/aegiskafe.tld" prefix="aegis" %> // In JSP
file, No problem

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?

Thanks for your help.
----------------------------------------------------------
Velmurugan Periasamy 
[EMAIL PROTECTED] 
http://www.aegis.net 
Personal Home Page: http://www.geocities.com/velmurugan_p 
----------------------------------------------------------

Reply via email to