- 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.
- 基于粒計(jì)算模型的圖像處理
- Vue.js設(shè)計(jì)與實(shí)現(xiàn)
- JavaFX Essentials
- Visual Basic程序設(shè)計(jì)(第3版):學(xué)習(xí)指導(dǎo)與練習(xí)
- Java:Data Science Made Easy
- 高級(jí)C/C++編譯技術(shù)(典藏版)
- PhpStorm Cookbook
- Asynchronous Android Programming(Second Edition)
- Mastering C++ Multithreading
- Swift 4從零到精通iOS開(kāi)發(fā)
- Learning Node.js for .NET Developers
- HoloLens與混合現(xiàn)實(shí)開(kāi)發(fā)
- Android移動(dòng)應(yīng)用項(xiàng)目化教程
- Clojure High Performance Programming(Second Edition)
- H5+移動(dòng)營(yíng)銷(xiāo)設(shè)計(jì)寶典