- 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.
推薦閱讀
- Expert C++
- Learning Cython Programming(Second Edition)
- Pandas Cookbook
- MATLAB圖像處理超級(jí)學(xué)習(xí)手冊(cè)
- 琢石成器:Windows環(huán)境下32位匯編語(yǔ)言程序設(shè)計(jì)
- GameMaker Essentials
- Xcode 6 Essentials
- C語(yǔ)言程序設(shè)計(jì)
- Learning Kotlin by building Android Applications
- SSH框架企業(yè)級(jí)應(yīng)用實(shí)戰(zhàn)
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- 零基礎(chǔ)學(xué)Java第2版
- Offer來(lái)了:Java面試核心知識(shí)點(diǎn)精講(框架篇)
- Design Patterns and Best Practices in Java
- HTML5程序設(shè)計(jì)基礎(chǔ)教程