- JBoss:Developer's Guide
- Elvadas Nono Woguia
- 88字
- 2021-07-02 18:37:26
Creating a management to manage your EAP domain
$ cd $EAP_DOMAIN/jboss-eap-7.0/bin
./add-user.sh -dc $EAP_DOMAIN/host0/domain/configuration
Here, the add-user script is used to add a management user only to the host0/domain/configuration/mgmt-users.properties file.
The – dc option specifies the domain configuration folder (here, we alter the host0: domain controller folder).
Choose the following options:
Management User (mgmt-users.properties)
userName: admin
userPassword : Admin01#
GroupList : Empty, the user will be added by default to the ManagementRealm
The second authentication to set up is regarding the host to domain controller communications.
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- Visual C++程序設計學習筆記
- 零基礎學C++程序設計
- JavaScript:Functional Programming for JavaScript Developers
- Vue.js前端開發基礎與項目實戰
- Mastering QGIS
- Responsive Web Design with HTML5 and CSS3
- jQuery開發基礎教程
- Java EE 7 Performance Tuning and Optimization
- Creating Data Stories with Tableau Public
- Kotlin極簡教程
- C++從入門到精通(第6版)
- C#面向對象程序設計(第2版)
- Python網絡爬蟲實例教程(視頻講解版)
- Android技術內幕(系統卷)