You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Vel Periasamy <Ve...@AEGIS.net> on 2001/09/24 14:04:59 UTC

Question on taglib directive and web.xml mapping

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 
vel.periasamy@aegis.net 
http://www.aegis.net 
Personal Home Page: http://www.geocities.com/velmurugan_p 
----------------------------------------------------------