IntelliJ 中使用Tomcat警告 Messages_zh.properties] 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中添加
<?xml version='1.0' encoding='utf-8'?> <Context>
<Resources cachingAllowed="true" cacheMaxSize="100000" />
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
</Context>
浙公网安备 33010602011771号