Tomcat 中文乱码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tomcat 中文乱码相关的知识,希望对你有一定的参考价值。
问题描述
tomcat9启动后会有中文乱码,比如
控制台乱码:
startup.bat启动时乱码:
解决方法
打开“/apache-tomcat-9.0.20/conf/logging.properties”文件
把java.util.logging.ConsoleHandler.encoding = UTF-8改成java.util.logging.ConsoleHandler.encoding = GBK
大功告成,再次运行就不会中文乱码了。
控制台中文正常显示:
startup.bat启动tomcat,中文正常显示:
以上是关于Tomcat 中文乱码的主要内容,如果未能解决你的问题,请参考以下文章