WildFly Networking Concepts

From NovaOrdis Knowledge Base
Revision as of 17:02, 12 October 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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>
...