Re: place to put taglib descriptors

2006-08-05 Thread Lung Chan
ust WEB-INF. Works for me on TC5.0 when I put the TLD file in WEB-INF. But that may be too messy for you! :) - Original Message - From: "Lung Chan" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, August 04, 2006 2:48 PM Subject: Re: place to put taglib d

Re: place to put taglib descriptors

2006-08-05 Thread Renaud Waldura
s List" Sent: Friday, August 04, 2006 2:48 PM Subject: Re: place to put taglib descriptors Hi, I know that if you use tag librairie version 2, you don't need any configuration tag have you check that out? It's a tag that don't need to be compile, it's in a jspf or jspx ex

Re: place to put taglib descriptors

2006-08-04 Thread Lung Chan
Hi, I know that if you use tag librairie version 2, you don't need any configuration tag have you check that out? It's a tag that don't need to be compile, it's in a jspf or jspx extension file or something like that. It's like coding jsp, but you are building tags. I try to find something for

Re: place to put taglib descriptors

2006-08-04 Thread Marten Lehmann
Hi, You could place them in the META-INF of the jar files they go with. Otherwise, no auto-configure locations that I know of. What's the problem with configuring them in web.xml? it just clutters up the configuration, so for me it is more a cosmetical than a technical issue. Regards Mar

Re: place to put taglib descriptors

2006-08-04 Thread David Smith
You could place them in the META-INF of the jar files they go with. Otherwise, no auto-configure locations that I know of. What's the problem with configuring them in web.xml? --David Marten Lehmann wrote: Hello, They can be in let's say WEB-INF/tlds and then added to web.xml in a tag,

Re: place to put taglib descriptors

2006-08-04 Thread Marten Lehmann
Hello, They can be in let's say WEB-INF/tlds and then added to web.xml in a tag, one per tag. but that's exactly what I don't want to do: Explicitly mention each single taglib descriptor in web.xml. Isn't there a way to put them all in a certain directory that is different to WEB-INF/lib?

Re: place to put taglib descriptors

2006-08-03 Thread David Smith
The only way a tld should be in WEB-INF/lib is if it's in the META-INF of the jar containing the taglib classes. They can be in let's say WEB-INF/tlds and then added to web.xml in a tag, one per tag. --David Marten Lehmann wrote: Hello, currently (in a 2.4 container) I'm putting mit ta

place to put taglib descriptors

2006-08-02 Thread Marten Lehmann
Hello, currently (in a 2.4 container) I'm putting mit taglib descriptors in the directory WEB-INF/lib. This directory is automatically in the application classpath. But the WEB-INF/lib is already fairly full with different .jars so I would like to put the taglib descriptors in a separate dir