- 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.
推薦閱讀
- ServiceNow Application Development
- SQL Server 2016從入門到精通(視頻教學超值版)
- vSphere High Performance Cookbook
- Mastering LibGDX Game Development
- PLC編程及應用實戰
- Oracle Database 12c Security Cookbook
- Responsive Web Design by Example
- Java 9模塊化開發:核心原則與實踐
- Swift細致入門與最佳實踐
- 快人一步:系統性能提高之道
- Machine Learning for Developers
- C++ System Programming Cookbook
- 算法精解:C語言描述
- 計算思維與Python編程
- Getting Started with RethinkDB