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

前端 未结 11 2149
礼貌的吻别
礼貌的吻别 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条回答
  •  -上瘾入骨i
    2021-02-04 01:36

    Try :http://localhost:8089 if it is not worked (or) Try this: Set:JRE_HOME : C:\Program Files\Java\jre1.5.0_11 (depend on your version of JRE) and add the C:\Program Files\Java\jre1.5.0_11 (depend on your version of JRE)\bin to path Eclipse-> go to windows preferences:server->RuntimeEnvironment remove added Server and Referesh and add new TomcatServer

提交回复
热议问题