WildFly Networking Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=Internal=
=Internal=


* [[WildFly_Concepts#Networking_Concepts|WildFly Concepts]]
* [[WildFly_Concepts#Concepts|WildFly Concepts]]


=Management Interface=
=Management Interface=

Revision as of 19:17, 12 October 2016

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