Can management console bind to multiple addresses in JBoss EAP 6.x?
Issue
- Can management console bind to multiple IP addresses?
- How to bind management interface to multiple IP addresses?
- Is there a way to configure the interface
management:
<interfaces>
<interface name="management">
<inet-address value="my-host-name"/>
</interface>
...
</interface>
to bind to 'my-host-name' and the loopback device at the same time?
* Is the following allowed :
<interface name="management">
<inet-address value="my-host-name"/>
<inet-address value="127.0.0.1"/>
</interface>
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.