hi,
I don't have use for scanning the jars for tld files etc., so usually,
in catalina.properties, I skip all jars by setting
tomcat.util.scan.StandardJarScanFilter.jarsToSkip=*.jar
I just noticed that I can set it via a system property, i.e.
-Dtomcat.util.scan.StandardJarScanFilter.jarsToSkip=*.jar
1) does the system property override catalina.properties?
2) can I use just "*" instead of "*.jar"?
3) is it possible to set the common.loader from catalina.properties via
a system property?
thanks,
Igal
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]