Usually we use localhost to access the system which is deployed on JBOSS AS Server.
But if someone in the remote machine want to access your system the default JBOSS configuration is not supported.
To support access via IP, you should do like below:
![]()

配置JBoss远程访问
本文介绍如何修改默认的JBoss AS服务器配置以支持通过IP地址进行远程访问。通常情况下,我们使用localhost来访问部署在JBoss AS服务器上的系统。但若要使远程机器能够访问该系统,则需要对JBoss进行相应的配置更改。
Usually we use localhost to access the system which is deployed on JBOSS AS Server.
But if someone in the remote machine want to access your system the default JBOSS configuration is not supported.
To support access via IP, you should do like below:
![]()
