- 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.
- Oracle從入門到精通(第3版)
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Ext JS Data-driven Application Design
- 小程序,巧運營:微信小程序運營招式大全
- Reactive Android Programming
- Learning JavaScript Data Structures and Algorithms
- 組態(tài)軟件技術(shù)與應(yīng)用
- Python從入門到精通(第3版)
- Python Programming for Arduino
- 大學(xué)計算機應(yīng)用基礎(chǔ)(Windows 7+Office 2010)(IC3)
- Raspberry Pi開發(fā)實戰(zhàn)
- Mastering Unity 2017 Game Development with C#(Second Edition)
- Windows 10 for Enterprise Administrators
- 軟件工程實用教程 (第3版)
- 網(wǎng)絡(luò)工程方案設(shè)計與實施(第二版)