解決tomcat控制檯亂碼+清除過時緩存條目後可用空間仍不足 - 請考慮增長緩存的最大空間問題

1、亂碼html

一、打開Tomcat的目錄,找到conf文件夾,通常修改server.xml中的編碼集,改成utf-8便可java

 

二、若server.xml中編碼設置的就是utf-8,能夠修改logging.properties文件web

找到java.util.logging.ConsoleHandler.encoding = UTF-8,默認的是utf-8,修改成:java.util.logging.ConsoleHandler.encoding = GBKspring

 

 保存,從新啓動apache

 2、springboot tomcat  緩存緩存

org.apache.catalina.webresources.Cache.getResource 沒法將位於[/WEB-INF/classes/templates/]的資源添加到Web應用程序[/b]的緩存中,由於在清除過時緩存條目後可用空間仍不足 - 請考慮增長緩存的最大空間。tomcat

org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [**] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cachespringboot

相關文章
相關標籤/搜索