cmd中启动tomcat出现乱码解决方案

乱码页面cmd中启动tomcat出现乱码解决方案_第1张图片

修改tomcat->conf->logging.properties文件的

java.util.logging.ConsoleHandler.encoding = UTF-8

更改为

java.util.logging.ConsoleHandler.encoding = GBK

正常显示

cmd中启动tomcat出现乱码解决方案_第2张图片

你可能感兴趣的:(问题解决)