码迷,mamicode.com
首页 > 系统相关 > 详细

Linux下Tomcat启动正常,但浏览器无法访问

时间:2017-12-07 10:51:56      阅读:383      评论:0      收藏:0      [点我收藏+]

标签:span   服务器   redirect   防火墙   status   dead   systemctl   col   http请求   

1,服务器可ping通

2,服务器抓本地的http请求包,可以抓到

3,本地抓服务器返回的http响应包,抓不到

 

经过查找,是由于开启了Linux防火墙

查看防火墙配置(需要root权限)

[root@localhost ~]# service iptables status  
Redirecting to /bin/systemctl status  iptables.service  
iptables.service - IPv4 firewall with iptables     Loaded: loaded (/usr/lib/systemd/system/iptables.service; disabled)  
Active: inactive (dead) 

关闭防火墙(需要root权限)

[root@localhost ~]# service iptables stop 

 

Linux下Tomcat启动正常,但浏览器无法访问

标签:span   服务器   redirect   防火墙   status   dead   systemctl   col   http请求   

原文地址:http://www.cnblogs.com/fulucky/p/7997603.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!