WildFly Networking Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:


* [[WildFly_Concepts#Concepts|WildFly Concepts]]
* [[WildFly_Concepts#Concepts|WildFly Concepts]]
* [[WildFly Domain Mode Concepts#WildFly_Networking_Concepts|WildFly Domain Mode Concepts]]


=Management Interface=
=Management Interface=

Revision as of 15:54, 13 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>
...

Socket Binding Group