there was insufficient free space available after evicting expired cache entries - consider increasi

启tomcat,在启动过程中出现报错信息:

org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB=INF/classes/META-INF/services/org.codehuas.groovy.source.Extensions] to the chache becasuse there was insufficient free space available after evicting expired cache entries-consider.

解决该问题方法,修改tomcat/conf/context.xml文件,增加资源最大可缓存的大小:

        cachingAllowed="true"
        cacheMaxSize="102400"
    />

"true" cacheMaxSize="100000" />

你可能感兴趣的:(there was insufficient free space available after evicting expired cache entries - consider increasi)