问题描述:
新换了tomcat9,结果在win10中使用bat启动时中文出现乱码问题,如图:
解决方案:
修改conf\logging.properties文件,找到 java.util.logging.ConsoleHandler.encoding,设置为GBK即可
再次启动,中文正常,如图:
2022-09-12 14:58:10
问题描述:
新换了tomcat9,结果在win10中使用bat启动时中文出现乱码问题,如图:
解决方案:
修改conf\logging.properties文件,找到 java.util.logging.ConsoleHandler.encoding,设置为GBK即可
再次启动,中文正常,如图: