Many people use Tomcat as an excellent Servlet container who don't use JSPs/Taglibraries.
There are many mature component oriented Java UI frameworks available now which have no need for older technologies like JSP/Tag libraries so I question why scanning every Jar for these older style Tag library artefacts is the default action for Tomcat 7 and which needs to be turned off in order for Tomcat to start up in reasonable time.
Wouldn't it be better if Tomcat treated JSP as 'just another' UI framework that it supports but not one that it is intrinsically bound to?
What is the quickest way to configure Tomcat 7 to turn off this scanning and make it work in 'Tomcat 6' mode?