安装jboss

1、安装需要注意两点:
/usr/local/wildfly-10.1.0.Final/standalone/configuration/standalone.xml 120.0.0.1改成0.0.0.0
防火墙要添加8080配置:
需要在linux的防火墙中将端口开放
vi /etc/sysconfig/iptables
添加
-A INPUT -m state --state NEW -m tcp -p tcp --dport 6379 -j ACCEPT
再重启防火墙(需要查看防火墙状态,默认是开启,jboss启动报错)
/etc/init.d/iptables restart

重启防火墙报错(centos7启动iptables时报Job for iptables.service failed because the control process exited with error cod)
https://blog.csdn.net/sinat_29821865/article/details/80982250

安装Jbosss教程
https://blog.csdn.net/a87922072/article/details/76152402

1、防火墙关闭,报http相关的错

2、报错:关闭防火墙后,重启就好了
ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.serverManagement.controller.management.http: org.jboss.msc.service.StartException in service jboss.serverManagement.controller.management.http: JBAS015811: Failed to start the http-interface service

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值