- JBoss:Developer's Guide
- Elvadas Nono Woguia
- 77字
- 2021-07-02 18:37:27
Creating server groups
Create the dev01, dev02, and dev03 server groups for the money transfer web application; use the ha profiles and the associated ha-sockets binding group:
[domain@127.0.0.1:9999 /] /server-group=dev01:add(profile=ha,socket-binding-group=ha-sockets)
{
"outcome" => "success",
"result" => undefined,"server-groups" => undefined
}
[domain@127.0.0.1:9999 /] /server-group=dev02:add(profile=ha,socket-binding-group=ha-sockets)
[domain@127.0.0.1:9999 /] /server-group=dev03:add(profile=ha,socket-binding-group=ha-sockets)
[domain@127.0.0.1:9990 /] /server-group=dev04:add(profile=ha,socket-binding-group=ha-sockets)
The JBoss CLI supports autocompletion; just press the Tab key while writing your commands, and you will see the available options depending on your current position.
推薦閱讀
- Functional Python Programming
- Node.js+Webpack開發實戰
- Manga Studio Ex 5 Cookbook
- 微服務設計原理與架構
- Practical DevOps
- C語言程序設計
- Learning Laravel 4 Application Development
- Learning OpenStack Networking(Neutron)
- SQL經典實例(第2版)
- Python項目實戰從入門到精通
- C語言程序設計習題與實驗指導
- Mastering Elasticsearch(Second Edition)
- RubyMotion iOS Develoment Essentials
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- PowerDesigner 16 從入門到精通