Howdy,
Seems like too much work/complication for a small gain.  How inefficient
is the current mechanism and how much performance would we gain from
your approach?

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Jan Luehe [mailto:[EMAIL PROTECTED]
>Sent: Monday, September 22, 2003 3:40 PM
>To: Tomcat Developers List
>Subject: [PROPOSAL] Narrow down the list of JARs to be scanned for TLDs
>
>Currently, any JARs in the classloader delegation chain of a webapp's
>classloader are scanned for packaged TLDs. This is convenient, as it
>allows a JAR-packaged taglib to be simply dropped in common/lib and
>shared by all webapps, rather than requiring each webapp to bundle the
>taglib in its own WEB-INF/lib.
>
>However, scanning all available JARs for TLDs is not very efficient,
>especially if the names of the JAR-packaged taglibs are known in
>advance.
>
>The proposal is to add a configurable String property ("tldJarNames")
>on Context, which specifies the comma-separated list of JAR file names
>(without any path info) that must be scanned for TLDs.
>
>Catalina will continue to traverse the classloader delegation chain,
>but only consider those JARs that match the names in the
>comma-separated list.
>
>If a JAR appears more than once in the classloader delegation chain,
>we will pick its first occurrence.
>
>If the "tldJarNames" property is not set, Catalina will continue to
scan
>  all JARs in the classloader delegation chain for TLDs.
>
>Comments?
>
>Jan
>
>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to