Tomcat下载网站是:https://tomcat.apache.org/download-80.cgi

安装系统环境:Windows7 64位
安装版本是:apache-tomcat-8.5.38

我下载的是 64-bit Windows zip (pgp, sha512)
Tomcat版本:
windows7 cmd中启动tomcat8出现乱码解决方案

下面是cmd的乱码截图:
windows7 cmd中启动tomcat8出现乱码解决方案
修改tomcat->conf->logging.properties文件的

java.util.logging.ConsoleHandler.encoding = UTF-8

更改为
java.util.logging.ConsoleHandler.encoding = GBK

windows7 cmd中启动tomcat8出现乱码解决方案
正常显示:

windows7 cmd中启动tomcat8出现乱码解决方案

转载自:https://blog.csdn.net/weixin_42739916/article/details/86551656

相关文章:

  • 2022-01-02
  • 2021-11-23
  • 2022-01-02
  • 2021-12-24
  • 2021-04-14
  • 2021-05-04
  • 2021-04-26
  • 2021-04-17
猜你喜欢
  • 2022-01-07
  • 2021-11-15
  • 2022-01-08
  • 2021-06-14
  • 2021-11-14
  • 2021-06-06
  • 2022-01-31
相关资源
相似解决方案