linux - 如何查看redhat环境下运行的jboss?

标签 linux jboss redhat jboss6.x

我已经在redhat环境中安装了jboss-eap-6.2.0并启动了服务器。但是我无法通过http://<>:8080访问主页。这里我必须使用ip访问主页地址或名称如 http://<>:8080 超时。所以我想知道这里有什么问题,为什么不在这里查看 jboss 主页?

1.Is there any way to check the server running in putty command line ?
2.Able to install the software connecting via ip but same ip is not allowing to access jboss page .So is firewall blocking the port 8080 ?

请指教

最佳答案

JBOSS_HOME/standalone/configuration 目录打开 standalone.xml 文件。

在那里寻找所有文本jboss.bind.address,并用服务器的IP地址更改ip,以便您可以从本地pc访问它。

例如

${jboss.bind.address:192.168.1.68}

${jboss.bind.address.management:192.168.1.68}

... and so on...

另外,您也可以在xml文件中查找环回ip地址(127.0.0.1)并替换它。

关于linux - 如何查看redhat环境下运行的jboss?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22412341/

相关文章:

java - 了解jboss框架-URL

linux - 在文件中查找文本并获取需要的内容

linux - 系统无法进入运行级别 0

javascript - 在 node.js 中捕获 tshark stdout 输出

linux - 在安装过程中将 R 包链接到 Linux RPM

linux - 无法在 CentOS 6.5 中查看 MP4

docker - OpenShift 和持久性 Redis 配置

linux - 什么系统调用用于在 Linux 中复制文件

java - 在 standalone.xml (JBOSS) 中配置特定的 SFSB 状态超时

java - JBAS011843 : Failed instantiate InitialContextFactory com. ibm.websphere.naming.WsnInitialContextFactory