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>
Comments
Post a Comment