WildFly Networking Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 36: Line 36:
</pre>
</pre>


Details on how to configure the public interface can be fund here: {{Internal|WildFly Public Interface Configuration|Public Interface Configuration}}
Details on how to configure the public interface can be fund here: {{Internal|WildFly Interface Configuration#Public|Public Interface Configuration}}


=Private Interface=
=Private Interface=

Revision as of 17:39, 14 March 2017

Internal

Management Interface

The management interface is declared, and named as such, in the <interfaces> section of the server's configuration file:

...
<interfaces>
    <interface name="management"/>
    ...
</interfaces>
...

For more details, see:

WildFly Management Interfaces

Public Interface

The public interface is declared, and named as such, in the <interfaces> section of the server's configuration file:

...
<interfaces>
    ...
    <interface name="public"/>
</interfaces>
...

Details on how to configure the public interface can be fund here:

Public Interface Configuration

Private Interface

The concept was introduced in EAP 7, to provide a way to JGroups to communicate over an interface that is not exposed publicly.

Unsecure Interface

Socket Binding Group