Hi, I have the JAR file with the custom tag library in META-INF/tlds directory.
My test.jsp page: <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.metatv.com/common/ui/tags-test" version="2.0"> <test:print/> </jsp:root> The following exception is raised when I am trying to use the custom tag library that packaged withing the JAR file in the web application: (happens both with Tomcat 5.5.9 or 5.5.11) : org.apache.jasper.JasperException: /test.jsp(3,25) Could not add one or more tag libraries at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand ler.java:39)... So, is this a bug in Tomcat or am I missing something? Can anybody confirm that he/she was successful when using custom tag libraries packaged withing the JAR file with the Tomcat 5.5.9? I've searched the archives and the bug database without a luck. P.S. Note, that the tag library and the jar file that I am using works fine for me with the latest Resin container. Thanks, Seva --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]