viviotech / lucee-installer

BitRock Installer XML config and files for the Lucee installers
http://lucee.viviotech.net/
9 stars 2 forks source link

Disable JAR scanning to boost startup times #65

Closed utdream closed 9 years ago

utdream commented 9 years ago

According to Igal on the Lucee mailing list. Suggested config:

in Tomcat/conf/catalina.properties set:

tomcat.util.scan.StandardJarScanFilter.jarsToSkip=*.jar
isapir commented 9 years ago

IIRC this is Tomcat 8's property. in Tomcat 7 the property's path is slightly different, but still ends with jarsToSkip

isapir commented 9 years ago

please see https://github.com/utdream/CFML-Installers/pull/66

utdream commented 9 years ago

Implementing this into Lucee Installer 4.5.1.022 with Tomcat 8 as well.

utdream commented 9 years ago

https://github.com/utdream/CFML-Installers/wiki/Lucee-Installer-Release-Notes

coffeeburrito commented 4 years ago

@utdream this fix was broken in lucee-4.5.1.022-pl0, which replaced *.jar with +*.jar

https://github.com/viviotech/lucee-installer/blob/3340fd18bd154145171f4af640abb74c9f2b12fe/lucee/tomcat8/tomcat/conf/catalina.properties#L133