Tomcat8启动报there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache

一大摞 这个,刷了半天,才进入了正题
解决 :
进入tomcat的context.xml文件 加入: <Resources cachingAllowed="true" cacheMaxSize="100000" />


浙公网安备 33010602011771号