tomcat9-jenkins:insufficient free space available after evicting expired cache entries-consider

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



   
   
    WEB-INF/web.xml
    WEB-INF/tomcat-web.xml
    ${catalina.base}/conf/web.xml
        cachingAllowed="true"
        cacheMaxSize="100000"
    />
   
   

转自:
http://www.cnblogs.com/luihengk/p/7098896.html

你可能感兴趣的:(运维,异常)