Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.
The "HowTo/FasterStartUp" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/HowTo/FasterStartUp?action=diff&rev1=20&rev2=21 Comment: Correct typos * SCI (`javax.servlet.ServletContainerInitializer`) * Web fragments (`META-INF/web-fragment.xml`) * Resources of a web application bundled in jar files (`META-INF/resources/*`) - * Annotations that define components of a web application (@WebServlet etc.) + * Annotations that define components of a web application (`@WebServlet` etc.) * Annotations that define components for 3-rd party libraries initialized by an SCI (arbitrary annotations that are defined in `@HandlesTypes` annotation on a SCI class) - Older features, from earlier versions specifications: + Older features, introduced by earlier specifications: - * TLD scanning, (Discovery of tag libraries. That is scanning for Tag Library Descriptor files, `META-INF/**/*.tld`). + * TLD scanning, (Discovery of tag libraries. Scans for Tag Library Descriptor files, `META-INF/**/*.tld`). Among the scans the annotation scanning is the slowest. That is because each class file (except ones in ignored JARs) has to be read and parsed looking for annotations in it. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org