无法将位于-的资源添加到Web应用程序-的缓存中,因为在清除过期缓存条目后可用空间仍不足 - 请考虑增加缓存的最大空间。

错误出处:在启动tomcat时,tomcat启动信息中显示该问题
解决办法:在tomcat安装路径下找到conf/context.xml,在其中加入一条配置
    <Resources cachingAllowed="true" cacheMaxSize="100000" />image

posted @ 2021-09-26 10:55  Xseven  阅读(3098)  评论(0编辑  收藏  举报