- 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.
推薦閱讀
- Mastering OpenLayers 3
- 在最好的年紀學Python:小學生趣味編程
- Pandas Cookbook
- Magento 2 Theme Design(Second Edition)
- Flash CS6中文版應用教程(第三版)
- Building Cross-Platform Desktop Applications with Electron
- 零基礎學Python數據分析(升級版)
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Mastering Akka
- Arduino電子設計實戰指南:零基礎篇
- Python應用與實戰
- Koa與Node.js開發實戰
- HTML5程序開發范例寶典
- Web前端開發實戰教程(HTML5+CSS3+JavaScript)(微課版)
- 軟件工程實用教程 (第3版)