Tomcat Not Starting Through Eclipse (Timeout)

后端 未结 27 2567
终归单人心
终归单人心 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条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-01 07:02

    EDIT:

    Make sure your hostname is "localhost", or if you are using a specific IP address, make sure its the CORRECT IP address that your computer has.

    I changed my host name from "localhost" to my specific IP address (at the time). This was to solve an issue I encountered while doing mobile app development.

    My problem was that my IP address changed. So updated my hostname to my new IP address. (I will revert it to localhost once I'm done with mobile testing).

    Just a heads up, sometimes its a simple fix.

提交回复
热议问题