1 Reply Latest reply on Oct 18, 2004 1:48 AM by erezharari

    reference to TLD files in jars

    erezharari

      i have jboss 3.2.5 with tomcat 5.
      i'm using a taglib for portlets. the TLD file is located in a jar on the common class loader.
      however, i get an exception:
      org.apache.jasper.JasperException: The absolute uri:
      http://java.sun.com/portlet cannot be resolved in either web.xml or the
      jar files deployed with this application

      when i move the jar to the web application WEB-INF/lib it works fine.

      NOTE: when using tomcat along (without jboss) it works even with the common classloader..

      any ideas?