- JBoss:Developer's Guide
- Elvadas Nono Woguia
- 221字
- 2021-07-02 18:37:29
Session replication demo
Once the application is deployed, perform the following steps:
- Open the application link from node13 http://localhost:8380/beosbank-web/.
- Fill the money transfer details and click on Next to select the payment options:
- Sender Country: France
- Receiver Country: Cameroon
- Amount to send: 100
- Sender: Noe Nono
- Receiver: Michele Bertille

- Click on the Next button to reach the Payment Infos tab:
- Fill the credit card number field with the value: 000-1111-2222 3333
- Click on the Next button.
- Try to open the application URL from the second node of the group (host2:node23) in another tab of your browser--http://localhost:8780/beosbank-web/:

You will automatically arrive on the first tab with data entered from the node13 session:
- Sender Country: France
- Receiver Country: Cameroon
- Amount to send: 100
- Sender: Noe Nono
- Receiver: Michele Bertille
The session you started on node13 session has been replicated on node23; if you shut down one node, the caller can still find this data from the other node:
[domain@127.0.0.1:9999 /] /host=host1/server=node13:stop
{"outcome" => "success",
"result" => "STOPPING"
}
http://localhost:8380/beosbank-web/ => KO
http://localhost:8780/beosbank-web/ => OK
With this configuration, in order avoid request failures, the caller has to implement a failover process to automatically switch to a running node when the current node goes down. This approach makes the client code become strongly coupled to the server instance URLs.
推薦閱讀
- 一步一步學Spring Boot 2:微服務項目實戰
- Learning PostgreSQL
- Building a Game with Unity and Blender
- 大學計算機基礎實驗教程
- Vue.js前端開發基礎與項目實戰
- Java FX應用開發教程
- Android NDK Beginner’s Guide
- 編譯系統透視:圖解編譯原理
- Ext JS 4 Web Application Development Cookbook
- 算法訓練營:提高篇(全彩版)
- Swift細致入門與最佳實踐
- Java:High-Performance Apps with Java 9
- Extending Puppet(Second Edition)
- Yii Project Blueprints
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)