当前位置: 首页 > 图灵资讯 > 技术篇> Error:Unable to connect to the localhost:1099

Error:Unable to connect to the localhost:1099

来源:图灵教育
时间:2023-05-29 13:55:16

问题

在我们配置Tomcat之后,Unable就会出现 to connect to the localhost:1099这个问题,是因为我们运行本地代码而不是远程代码,所以在配置tomcat时需要选择local而不是remote。

Error:Unable to connect to the localhost:1099_java

方案

1.编辑tomcat的配置

Error:Unable to connect to the localhost:1099_tomcat_02

2.删除之前配置的tomcat

Error:Unable to connect to the localhost:1099_war包_03

3.点击添加,找到Tomcat,选择Local。

注:如果是运行本地代码,则需要选择Local。如果运行远程代码,则需要选择Remotee

Error:Unable to connect to the localhost:1099_jvm_04

4.添加后,可以配置jdk和war包。