
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
© 版权声明:本文《tomcat启动项目报错:consider increasing the maximum size of the cache》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686550366a289333.html。