Tests with JBoss and mod_jk
Abstract:
The tests with JBoss and mod_jk handle the problem of stickness of sessions with different possible failure scenarios.
Tests:
We developed a servlet that just increased a counter stored via a sessionid. This increasing count should stay stable independent from apache frontend or JBoss backend failure.
Results:
JBoss |
Test |
Status |
|---|---|---|
Org 5.1 |
Failover of front virtual ip |
Success |
Org 5.1 |
Failure of apache frontend |
Success |
Org 5.1 |
Failure of JBoss node |
Success |
During all tests the session stayed consistent.