Just to serve the next search engine query on the subject, here's how it worked out for me:
1) Put the "taglib.tld" in the same directory with the JSP pages 2) Place the "tagLibraryClasses.jar" in the common lib directory of the app server 3) Change the taglib directive of unregistered JSP pages as follows: <%@ taglib uri="taglib.tld" prefix="prefix" %> If that doesn't work, try using an absolute path that begins with a slash ("/SERVER_ROOT/bla/bla/taglib.tld") Manos Emmanuil Batsis (Manos) wrote:
Hello, Apologies for the dumb question but I have zero time; hope one of you can save me here. I'm under a situation where I have some JSPs *not* in a WAR file. How can make a taglib available to those JSPs without deploying them using a WAR file? I'm using iplanet application server 6. Thanks in advance for your time and help. Manos
=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com