一、启动localhost,命令行有乱码问题

沿着安装路径路径E:\tomcat\apache-tomcat-8.5.51-windows-x64\apache-tomcat-8.5.51\conf找到logging.properties文件

安装完tomcat输入网址http://localhost:8080无法正常运行问题

修改为:java.util.logging.ConsoleHandler.encoding = GBK

二、输入网址无法正常显示问题

打开eclipse

窗口——首选项——server——Runtime Environment

将tomcat导入即可。

安装完tomcat输入网址http://localhost:8080无法正常运行问题

注:这里输入网址时容易将http习惯写成https,切记网址为http://localhost:8080

 

 

相关文章:

  • 2022-12-23
  • 2021-12-10
  • 2021-12-08
  • 2022-12-23
  • 2021-07-30
猜你喜欢
  • 2021-07-17
  • 2021-05-16
  • 2021-10-16
  • 2021-08-31
  • 2021-10-01
  • 2022-12-23
相关资源
相似解决方案