Posts

Showing posts from May, 2016

Make web application start up faster

To make web application start up faster in Tomcat, you may consider the following tuning: Add metadata-complete="true"  as an attribute in <web-app> tag Add <absolute-ordering/> inside <web-app> </web-app>