WIN10下Tomcat启动时中文乱码解决办法:1、找到apache-tomcat-7.0.92/conf/logging.properties2、添加语句:java.util.logging.ConsoleHandler.encoding = GBK3、重启tomcat,查看日志数据即可!