【发布时间】:2016-01-19 14:27:29
【问题描述】:
我在 Centos 7 上全新安装了 JBoss 7。
JBoss 服务器以独立模式启动:
● jboss.service - SYSV: JBoss AS Standalone
Loaded: loaded (/etc/rc.d/init.d/jboss)
Active: active (running) since Tue 2016-01-19 16:07:21 EET; 17min ago
但我无法访问http://localhost:8080,并且 JBoss 服务器没有监听任何连接。
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
18268/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
1620/master
tcp6 0 0 :::22 :::* LISTEN
18268/sshd
tcp6 0 0 ::1:25 :::* LISTEN
1620/master
我的standalone.xml
<interfaces>
<interface name="management">
<inet-address value="${jboss.bind.address.management:127.0.0.1}"/>
</interface>
<interface name="public">
<inet-address value="${jboss.bind.address:10.10.8.32}"/>
</interface>
谁能帮我找到解决这个问题的方法?
【问题讨论】:
标签: jboss centos jboss7.x centos7