admin管理员组

文章数量:1794759

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

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

报错: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" />

本文标签: 报错项目tomcatincreasingcache