linux上tomcat启动没问题,访问不了项目
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在linux的tomcat服务器上部署好项目了,tomcat可以正常启动,且项目没有报错,但是通过url访问项目失败,ip打不开,包括webapps下面的自带项目也访问不了,那么,很可能是Linux防火墙没关:
解决方法:
(1) 重启后永久性生效:
开启:chkconfig iptables on 关闭:chkconfig iptables off
(2) 即时生效,重启后失效:
开启:service iptables start 关闭:service iptables stop
然后再访问,就可以了!!!
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)