I have been doing it that way for quite a while.

Heres the taglib declaration from my web.xml:

 <taglib>
  <taglib-uri>www.itsit.de/webcomponents/taglibs/wcf01.tld</taglib-uri>
  <taglib-location>/META-INF/taglib.tld</taglib-location>
 </taglib>

-----Original Message-----
From: Aaron Scott-Boddendijk <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Date: Freitag, 3. November 2000 05:54
Subject: Re: Placement of jars for JSP


>> You can place the JAR anywhere - orion will automatically detect it has
>> changed when you recompile / rejar, and it will load the new driver.
>>
>> Just change the location with the <taglib-location> attribute in web.xml.
>
>Ok that's working - can the <taglib-location> be a folder rather than a
>jar to test without rebuilding the jar each time...
>EG place the <tag-location> refering to the top of our package hierarchy
>and add a META-INF folder with the relevent taglib/tag info...
>
>I've tried it with no luck - is there a way for this to work?
>
>--
>Aaron Scott-Boddendijk
>INTAZ Limited
>+64 7 838 3371 Voice
>+64 7 838 3372 Fax
>
>
>


Reply via email to