一、问题

apache-tomcat-7.0.94在Windows上启动时,控制台黑窗口出现乱码解决

二、解决

原因是tomcat日志编码的配置问题。

  • 打开tomcat/conf/logging.properties配置文件。

apache-tomcat-7.0.94在Windows上启动时,控制台黑窗口出现乱码解决

  • 把编码注释掉或者改为gbk就可以了。

apache-tomcat-7.0.94在Windows上启动时,控制台黑窗口出现乱码解决

 参考:https://blog.csdn.net/gaoyijun8/article/details/85041780

 

相关文章:

  • 2021-10-18
  • 2021-06-26
  • 2021-07-26
  • 2021-09-21
  • 2021-07-10
  • 2021-06-28
猜你喜欢
  • 2021-11-21
  • 2021-11-23
  • 2022-01-21
  • 2021-08-16
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案