问题:

解决tomcat中文乱码问题

解决:

1、找到${CATALINA_HOME}/conf/logging.properties (个人tomcat安装目录中下/conf/logging.properties

2、打开logging.properties,添加语句:java.util.logging.ConsoleHandler.encoding = GBK

3、重启tomcat,查看日志数据即可!

相关文章: