Tomcat启动时会出现中文编码错误

解决Tomcat启动时出现中文编码错误

解决方法

1.找到解压目录下的conf文件夹进去
解决Tomcat启动时出现中文编码错误
2.找到logging.properties文件
解决Tomcat启动时出现中文编码错误
3.找到这一句
java.util.logging.ConsoleHandler.encoding = UTF-8
修改为:
java.util.logging.ConsoleHandler.encoding = GBK
解决Tomcat启动时出现中文编码错误
4.解决成功
解决Tomcat启动时出现中文编码错误

相关文章:

  • 2022-01-11
  • 2021-05-22
  • 2021-07-09
  • 2021-09-21
  • 2021-05-04
  • 2022-12-23
  • 2021-05-12
  • 2021-10-22
猜你喜欢
  • 2021-06-17
  • 2021-06-03
  • 2021-06-14
  • 2021-10-10
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案