- JBoss:Developer's Guide
- Elvadas Nono Woguia
- 180字
- 2021-07-02 18:37:25
Lab - setting up a simple JBoss EAP domain
The purpose of this lab is to create an EAP domain with the following specifications:
- One domain controller on host0
- One host controller on a machine host1 with four EAP instances: node11, node12, node13, and node14
- One host controller on a machine host2 with three EAP instances: node21, node22, and node23
- Host controller host0 should be run as the master controller
- Hosts host1 and host2 are slaves connecting to host0
- Servers node11 and node21 are members of the dev01 server group (name=dev01-server-group) running the money-transfer-webapp-v1.0
- Server instances node12 and node22 belong to the dev02 server group (name=dev02-server-group) running the money-transfer-webapp-v1.1
- Server instances node13 and node23 belong to the dev03 server group (name=dev03-server-group) running the money-transfer-webapp-v2.0
- Server instances node14 is the only member of the dev04 server group (name= dev04-server-group)
- In real-life machines, host1 and host2 are mostly in different physical/virtual locations, but for the purpose of this lab, we will simulate them on the same localhost using a single EAP 7 installation and different configuration folders for each machine:
推薦閱讀
- Hands-On Data Structures and Algorithms with JavaScript
- 21天學通C++(第6版)
- Visual Basic程序設計實驗指導(第4版)
- Python:Master the Art of Design Patterns
- Linux Device Drivers Development
- 單片機C語言程序設計實訓100例
- Active Directory with PowerShell
- 詳解MATLAB圖形繪制技術
- Unity 3D腳本編程:使用C#語言開發(fā)跨平臺游戲
- Learning Kotlin by building Android Applications
- 零基礎學Java第2版
- Developing Java Applications with Spring and Spring Boot
- 現(xiàn)代C++語言核心特性解析
- Access 2016數(shù)據(jù)庫應用與開發(fā):實戰(zhàn)從入門到精通(視頻教學版)
- INSTANT Apache Maven Starter