- 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.
推薦閱讀
- 數據庫程序員面試筆試真題與解析
- 實戰低代碼
- Internet of Things with the Arduino Yún
- Java應用開發技術實例教程
- MATLAB for Machine Learning
- Tableau 10 Bootcamp
- Machine Learning in Java
- JavaScript+jQuery網頁特效設計任務驅動教程
- SQL Server 2016 從入門到實戰(視頻教學版)
- 實戰Java高并發程序設計(第2版)
- RocketMQ實戰與原理解析
- Oracle 12c從入門到精通(視頻教學超值版)
- Visual C++程序設計與項目實踐
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- Python第三方庫開發應用實戰