✅ 操作成功!

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

发布时间:2023-06-12 作者:admin 来源:文学

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" />

👁️ 阅读量:0