Modify the standalone /configuration/standalone.xml and insert the any-address tag instead of inet-address , bound to 127.0.0.1 - Example:
<interfaces> <interface name="management"> <inet-address value="127.0.0.1"/> </interface> <interface name="public"> <any-address/> </interface> </interfaces>
In the public interface, I changed the source inet-address to any-address . After restarting, you will be able to view port 8080 JBoss over the network.
stivlo Aug 07 2018-11-11T00: 00Z
source share