I have a working configuration like this:
+-----+ +-----+ +-----+ +-----+
| i1 | | i2 | | i3 | ... | in | JBoss Cluster
+--+--+ +--+--+ +--+--+ +--+--+
| | | |
+----------+-----+----+----...----+
|
+---+---+
| httpd |
+-------+
|
WAN
That is, the httpd
balancing the load and providing HA with the JBoss cluster. Now, I need to provide HA for the httpd
. If the httpd
server goes down, it should be backed with another doint the same job (LB and HA within JBoss cluster).
I'm not sure how session data will be managed, and if simple HA configuration between the 2 httpd instances will work ok.
Does anyone face a situation like this?