Tomcat startup time optimization

1. Click the picture below to publish the project to your own Tomcat server (Eclipse)
Insert image description here
Insert image description here

2. Delete files in the webapps folder except ROOT and the project you are currently publishing .
Insert image description here
3. Open web.xml in the ROOT/WEB-INF directory and add <absolute-ordering/>
Insert image description here
3. Add the same to web.xml in your own project<absolute-ordering/>

Guess you like

Origin blog.csdn.net/weixin_40307206/article/details/103085729