Tomcat not starting (throwing java.net.BindException: )

前端 未结 11 2459
礼貌的吻别
礼貌的吻别 2021-02-04 01:05

I have done the following settings to run a Java web project but somehow my Tomcat is not starting from Eclipse:

JAVA_HOME : C:\\Program Files\\Java\\jdk1.6.0_         


        
11条回答
  •  南旧
    南旧 (楼主)
    2021-02-04 01:27

    Something else is using port 8009.

    Either shut down the thing that is using 8009 or change your server.xml to use another port than 8009

提交回复
热议问题