Well, if you point out your tld from your web.xml file like:
<taglib>
<taglib-uri>database-taglib</taglib-uri>
<taglib-location>/WEB-INF/database.tld</taglib-location>
</taglib>
you can have your taglib.tld in your WEB-INF directory.
You can have the classes used by the taglib in your /WEB-INF/classes/ if you want.
WR
> -----Original Message-----
> From: Aaron Scott-Boddendijk [mailto:[EMAIL PROTECTED]]
> Sent: den 3 november 2000 04:03
> To: Orion-Interest
> 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
>
>
>
