Tomcat Server not starting with in 45 seconds

前端 未结 30 1249
轮回少年
轮回少年 2020-12-07 23:46

Server Tomcat v7.0 Server at localhost was unable to start within 101 seconds. If the server requires more time, try increasing the timeout in the server edit

相关标签:
30条回答
  • 2020-12-08 00:30

    Nothing of the above helped me but setting:

    -Djava.net.preferIPv4Stack=true

    as VM Argument in the VM Arguments tab of the Tomcat Server Debug Configuration Settings solved the problem. (Tomcat 8, Windows 10, Eclipse Mars)

    0 讨论(0)
  • 2020-12-08 00:31

    Just remove or delete the server from eclipse and reconfigure it or add it again to Eclipse.

    0 讨论(0)
  • 2020-12-08 00:31

    Timeouts:

    • Start: 200
    • Stop: 45

    ..and then Window → Preferences → General → Network Connection.

    Set "Active Provider" = Manual (to mark all the checkboxes).

    0 讨论(0)
  • 2020-12-08 00:33

    Is your browser making calls to the server while it is starting? if yes, you probably should close it e.g. if your browser is currently set to http://localhost, close it before attempting to start the server.

    0 讨论(0)
  • 2020-12-08 00:37

    I had tried increasing the Server Start up time for tomcat server, removed server and created new server, removed server and changed run-time environment configurations. Those thing didn't work for me. At last, i found deployment descriptor(url pattern of servlet-mapping) is the one that making the trouble.

    0 讨论(0)
  • 2020-12-08 00:38

    try clean Tomcat working directory,it works for me

    0 讨论(0)
提交回复
热议问题