Unable to bind public interface with IP in EAP 6
Issue
- Unable to bind public interface with IP in EAP 6.
- Unable to bind public interface with IP even after using
-boption. - Binding host with IP is not working.
<server name="server-one" group="main-server-group">
<system-properties>
<property name="jboss.bind.address" value="10.10.10.10" boot-time="true"/>
</system-properties>
</server>
<server name="server-two" group="main-server-group" auto-start="true">
<system-properties>
<property name="jboss.bind.address" value="20.20.20.20" boot-time="true"/>
</system-properties>
Above configuration is giving
tcp 0 0 0.0.0.0:54350 0.0.0.0:* LISTEN 2195/java
tcp 0 0 10.10.10.10:9999 0.0.0.0:* LISTEN 2093/java
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 2158/java
tcp 0 0 0.0.0.0:8593 0.0.0.0:* LISTEN 2195/java
tcp 0 0 0.0.0.0:4597 0.0.0.0:* LISTEN 2195/java
tcp 0 0 0.0.0.0:54200 0.0.0.0:* LISTEN 2158/java
tcp 0 0 127.0.0.1:56664 0.0.0.0:* LISTEN 2076/java
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.