Re: ?? Using Taglib JARs Across Multiple Contexts ??

2002-12-10 Thread Thomas Colin de Verdière
This works great for me. But it the web.xml you don't have to put the tag since you're in JSP 1.2 and you must strictly reference URI within your TLD in your JSP page. Tony LaPaso wrote: Hello all, Although I'm using Tomcat v4.1.12 with Apache's JSTL Taglib, this issue really applies to *all* t

Re: ?? Using Taglib JARs Across Multiple Contexts ??

2002-12-09 Thread Henri Yandell
I think this came up a while ago. If I recall correctly, the only solution was to use symbolic links, and there is no solution if you are packaging your code in WARs. This obviously only works on platforms that support sym links fully, and I don't think Windows platforms do. I believe the thread

?? Using Taglib JARs Across Multiple Contexts ??

2002-12-09 Thread Tony LaPaso
Hello all, Although I'm using Tomcat v4.1.12 with Apache's JSTL Taglib, this issue really applies to *all* taglibs, not just JSTL: I'm finding that if I have several webapps (i.e., several Contexts), all using JSTL, I need to replicate the taglib JARs (jstl.jar and standard.jar) to the "WEB-INF/l