问题现象

启动tomcat出现下图所示Cannot assign requested address: JVM_Bind提示,tomcat服务也自动关闭
启动tomcat遇到Cannot assign requested address: JVM_Bind的解决方法

解决方法

进入C:\Windows\System32\drivers\etc文件下,打开 hosts文件,增加“127.0.0.1 localhost”配置(引起原因:之前修改过此文件配置localhost对应ip地址,现在ip地址改变,但是配置文件中没有修改回来)
启动tomcat遇到Cannot assign requested address: JVM_Bind的解决方法
启动tomcat遇到Cannot assign requested address: JVM_Bind的解决方法
保存后重启tomcat,就会出现“Server startup in xxx ms”启动成功的标志。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2022-01-16
  • 2021-11-17
  • 2021-10-19
  • 2021-05-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2021-08-02
  • 2022-02-06
  • 2021-12-06
相关资源
相似解决方案