问题:

解决tomcat中文乱码问题

解决:

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

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

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

相关文章:

  • 2021-04-19
  • 2021-12-25
  • 2021-08-17
  • 2021-11-25
  • 2021-04-12
  • 2021-05-12
猜你喜欢
  • 2022-12-23
  • 2021-09-15
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2021-04-11
  • 2021-07-02
相关资源
相似解决方案