Zsolt Koppany wrote:
> David,
>
> it is very simple. If the jar file (ditchnet-tabs-taglib.jar
> http://ditchnet.org/tabs/) is under
> /install_dir/tomcat/webapps/APPLICATION/WEB-INF/lib the
> ServletContextListener is not called I need the following lines in my
> web.xml:
>
>
>
> org.ditchnet
sday, November 01, 2006 4:24 PM
> To: Tomcat Users List
> Subject: Re: tomcat-5.5.20 tld listeners from jars only from
> .../tomcat/common/lib?
>
> While this relevant to a more generic question of classloaders, it
> doesn't address the OP's issue.
>
> Zsol
While this relevant to a more generic question of classloaders, it
doesn't address the OP's issue.
Zsolt -- can we get a bit more context for this? My experience with
taglibs is they work just find under tc 5.5.x.
--David
Martin Gainty wrote:
Hi Zsolt-
Straight from the doc
http://tomcat
Hi Zsolt-
Straight from the doc
http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
If you're using webappX classloader the search order is
a.. Bootstrap classes of your JVM
b.. System class loader classses (described above)
a.. $CATALINA_HOME/bin/bootstrap.jar - Contains the