Tomcat Not Starting Through Eclipse (Timeout)

后端 未结 27 2515
终归单人心
终归单人心 2020-12-01 06:41

I am trying to run Tomcat through Eclipse. This is something that I have done for the past several years. It was working yesterday and now it is not. The error I get is

27条回答
  •  萌比男神i
    2020-12-01 07:04

    I solve this trouble adding

    127.0.0.1 localhost
    

    to hosts localdns file (C:\Windows\System32\drivers\etc\hosts), seems that this problem is due to a ipv6 on localhost name.

    To understand if this is the problem try to ping localhost and see if it is solved ad ipv4 or ipv6.

提交回复
热议问题