WildFly Networking Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


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


=Management Interface=
=Management Interface=

Revision as of 17:02, 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>
...