WildFly Networking Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
... | ... | ||
</pre> | </pre> | ||
=Socket Binding Group= |
Revision as of 18:47, 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:
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> ...