- 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:
推薦閱讀
- SPSS數據挖掘與案例分析應用實踐
- Java多線程編程實戰指南:設計模式篇(第2版)
- Objective-C應用開發全程實錄
- Visual Basic 6.0程序設計計算機組裝與維修
- Learning Selenium Testing Tools with Python
- C/C++算法從菜鳥到達人
- 跟小海龜學Python
- 你不知道的JavaScript(中卷)
- Android底層接口與驅動開發技術詳解
- Visual Studio 2015高級編程(第6版)
- Learning Material Design
- 代替VBA!用Python輕松實現Excel編程
- C指針原理揭秘:基于底層實現機制
- ActionScript 3.0從入門到精通(視頻實戰版)
- Node.js 6.x Blueprints