The resource at [] could not be added to the web application []'s cache because there is not enough space available after clearing expired cache entries - consider increasing the cache's maximum size

Solution

Modify the cache space size in content.xml in the conf folder under the Tomcat root directory: (the default is 1024, and the unit is KB):

<Resources cachingAllowed="true" cacheMaxSize="1000000" />

 

Guess you like

Origin blog.csdn.net/qq_36538368/article/details/125141987