WildFly Networking Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 35: | Line 35: | ||
... | ... | ||
</pre> | </pre> | ||
Details on how to configure the public interface can be fund here: {{Internal|WildFly Public Interface Configuration|Public Interface Configuration}} | |||
=Private Interface= | |||
=Unsecure Interface= | |||
=Socket Binding Group= | =Socket Binding Group= |
Revision as of 16:49, 14 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:
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> ...
Details on how to configure the public interface can be fund here: