Does anyone have any experience with standalone JSP compilation and the need to reference web.xml to locate taglib directives that map relative URLs to actual taglib location? I am trying to precompile JSPs as part of a production build process ( the production machine can't run a javac locally). The JSPs reference a custom taglibrary using a relative URI. The web.xml contains a taglib directive that maps this URI to the resource location of the TLD file. How can I ensure that this is refrenced when I run the JSP compiler standalone, outside of a web application. I am using Weblogic 5.1 SP6 Peter Booth =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
