报错:to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache

解决:tomcat/conf/context.xml中加上

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

更多推荐

tomcat启动项目报错:consider increasing the maximum size of the cache