首页 > 系统 > Linux > 正文

linux 下idea 启动tomcat报JMX 1099错误解决办法

2024-06-28 13:27:08
字体:
来源:转载
供稿:网友
linux 下idea 启动tomcat报JMX 1099错误解决办法

开始使用linux开发环境,在配置idea 下tomcat 启动时报错,提示错误为unable to ping server at localhost:1099.

解决办法:

修改/etc/hosts 文件

添加如下信息:

127.0.0.1  localhost   【计算机名】

127.0.0.1  localhost  abc


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表