1. 首先看在Linux下的防火墙,是否开启8080端口的监听?
编辑 防火墙打开端口
[root@localhost ~]# vim /etc/sysconfig/iptables
重启防火墙设置
[root@localhost ~]# service iptables restart
1. 首先看在Linux下的防火墙,是否开启8080端口的监听?
[root@localhost ~]# vim /etc/sysconfig/iptables
[root@localhost ~]# service iptables restart