I have two systems running Tomcat 8.5.13 on Linux my development machine runs fully patched Fedora 26
the server I use is using Ubuntu 16.4.3 Both have identical catalina.properties files as well as context.xml files The context file has a one line addition towards the end before the end of context with this line <JarScanner scanClassPath="false"/> The properties file has ALL the jar files to be found in my application added to the list of StandardJars.... My development machine spends 1 second or less on the TLD warning before the next line in the log comes up. The server spends 150 seconds (good day, yesterday it was 10.5 minutes). What can I do to speed up the startup?