Tomcat Server not starting with in 45 seconds

前端 未结 30 1292
轮回少年
轮回少年 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:48

    In my case tomcat was configured to start not on localhost(guess it came from servers.xml connector entry) so Eclipse fails to find it running after start. Changed Host name on Servers tab to my 192.168.xxx.yyy ip.

    Had the same error message, though tomcat did start sucessfully, but then Eclipse shuts it down.

提交回复
热议问题