- JBoss:Developer's Guide
- Elvadas Nono Woguia
- 196字
- 2021-07-02 18:37:26
JBoss EAP 7 installation
To set up the BeOSBank EAP domain with three hosts, we will use various configuration techniques:
- XML file modifications
- CLI commands
- GUI updates
The first step to create our domain is to set up the infra; we will use single installation binaries and different configuration subfolders to simulate remote hosts:
$ unzip jboss-eap-7.0.0.zip -d $HOME/books/jbossdev/BeosBankDevDomain
Then, we will create virtual hosts and initialize the domain configuration folder with the existing templates:
$ export EAP_DOMAIN =$HOME/books/jbossdev/BeosBankDevDomain
$ cd $EAP_DOMAIN
$ mkdir host0 host1 host2
$ cp -r jboss-eap-7.0/domain host0/
$ cp -r jboss-eap-7.0/domain host1/
$ cp -r jboss-eap-7.0/domain host2/
In real life, you would have a separate installation binary for each host, but we will use the same installation binaries shared by the three hosts for this lab. The configuration files to be used for each host will be specified in the startup command. This is a best practice that allows you to run multiple instances of the EAP in the domain mode on the same machine from common binaries. It also allows you to upgrade to a newer version of EAP without affecting or overwriting your configuration files.
- 手機安全和可信應(yīng)用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- Apache Oozie Essentials
- Node.js Design Patterns
- 自己動手寫搜索引擎
- Django開發(fā)從入門到實踐
- SQL語言從入門到精通
- C#程序設(shè)計教程
- Java EE 7 Performance Tuning and Optimization
- 數(shù)據(jù)結(jié)構(gòu)習題解析與實驗指導
- 用戶體驗可視化指南
- Spring MVC+MyBatis開發(fā)從入門到項目實踐(超值版)
- 零基礎(chǔ)學C++(升級版)
- HTML5 Canvas核心技術(shù):圖形、動畫與游戲開發(fā)
- 每個人的Python:數(shù)學、算法和游戲編程訓練營
- Moodle 3.x Developer's Guide