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

前端 未结 11 2125
礼貌的吻别
礼貌的吻别 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:29

    Other Tomcat is running on the same port so better to kill using 9 rather than 15

    kill -9 PID

    This was helpful to me.

提交回复
热议问题