- JBoss:Developer's Guide
- Elvadas Nono Woguia
- 99字
- 2021-07-02 18:37:26
Checking the management interfaces
By default, there are two management interfaces available in the configuration file:
- A native interface listening on port 9999
- An HTTP interface listening on port 9990
Make sure they are not commented in the domain controller configuration file as the management users will mainly use this interface for administering the cluster:
<management-interfaces>
<native-interface security-realm="ManagementRealm">
<socket interface="management" port="${jboss.management.native.port:9999}"/>
</native-interface>
<http-interface security-realm="ManagementRealm" http-upgrade-enabled="true">
<socket interface="management" port="${jboss.management.http.port:9990}"/>
</http-interface>
</management-interfaces>
Management interfaces are, as their names indicate, for domain management. Users will connect to these interfaces to administer the domain. How about the host connection to the domain controller? How to indicate the host0 in the principal domain controller in the cluster.
推薦閱讀
- Node.js 10實戰(zhàn)
- Microsoft Application Virtualization Cookbook
- Architecting the Industrial Internet
- Java編程指南:基礎知識、類庫應用及案例設計
- Python GUI Programming Cookbook
- Python貝葉斯分析(第2版)
- Responsive Web Design by Example
- ASP.NET Core 2 Fundamentals
- 愛上micro:bit
- Python Data Science Cookbook
- 持續(xù)集成與持續(xù)交付實戰(zhàn):用Jenkins、Travis CI和CircleCI構(gòu)建和發(fā)布大規(guī)模高質(zhì)量軟件
- Exploring SE for Android
- 交互設計師成長手冊:從零開始學交互
- Python應用開發(fā)技術(shù)
- 金融商業(yè)數(shù)據(jù)分析:基于Python和SAS