在Linux系统下启动了tomcat,但是在游览器中进步了服务
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