Make web application start up faster

To make web application start up faster in Tomcat, you may consider the following tuning:

  1. Add metadata-complete="true" as an attribute in <web-app> tag
  2. Add <absolute-ordering/> inside <web-app> </web-app>

Comments

Popular posts from this blog

Java encoding : UTF-8, Big5, x-MS950-HKSCS