Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0006468 [Resin] minor always 04-12-22 11:04 06-29-22 08:28
Reporter nam View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 4.0.66
Summary 0006468: add config to limit scanning of TLDs in jars
Description (rep by Yoon)

And the developers of the lab checked that it takes time to scan the unnecessary tld files in the jar file.
So when they tested at tomcat, The speed was dramatically improved using StandardJarScanFilter.jarsToSkip.

tomcat.util.scan.StandardJarScanFilter.jarsToSkip=\
log4j-web*.jar,log4j-taglib*.jar,log4javascript*.jar,slf4j-taglib*.jar,\
spring-webmvc-*.jar
(Tomcat provides additional settings such as jarsToScan and jar scanner.)
Additional Information
Attached Files

- Relationships

- Notes
(0007086)
ferg
06-23-22 15:58

jsp/18jt
 
(0007088)
nam
06-29-22 08:27

To exclude jars:

    <web-app xmlns="http://caucho.com/ns/resin"> [^]
        <tld-jar-file-set>
            <exclude name="foo.jar"/>
        </tld-jar-file-set>

To nclude only specific jars:

    <web-app xmlns="http://caucho.com/ns/resin"> [^]
        <tld-jar-file-set>
            <include name="foo.jar"/>
        </tld-jar-file-set>
 

- Issue History
Date Modified Username Field Change
04-12-22 11:04 nam New Issue
06-23-22 15:58 ferg Note Added: 0007086
06-23-22 15:58 ferg Assigned To  => ferg
06-23-22 15:58 ferg Status new => closed
06-23-22 15:58 ferg Resolution open => fixed
06-23-22 15:58 ferg Fixed in Version  => 4.0.66
06-29-22 08:27 nam Status closed => feedback
06-29-22 08:27 nam Resolution fixed => reopened
06-29-22 08:27 nam Note Added: 0007088
06-29-22 08:28 nam Status feedback => closed
06-29-22 08:28 nam Resolution reopened => fixed


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker