Anonymous | Login | Signup for a new account | 12-17-2024 08:40 PST |
Main | My View | View Issues | Change Log | Docs |
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 | |||||||||
|
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> |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 27 unique queries executed. |