多个使用JBoss集群的httpd:提供httpd HA

我有一个这样的工作configuration:

+-----+ +-----+ +-----+ +-----+ | i1 | | i2 | | i3 | ... | in | JBoss Cluster +--+--+ +--+--+ +--+--+ +--+--+ | | | | +----------+-----+----+----...----+ | +---+---+ | httpd | +-------+ | WAN 

也就是说, httpd平衡负载并为HA提供JBoss集群。 现在,我需要为httpd提供HA。 如果httpd服务器出现故障,应该使用另一个同一个作业(JBoss集群中的LB和HA)进行备份。

我不知道如何pipe理会话数据,如果两个httpd实例之间的简单HAconfiguration可以正常工作。

有没有人遇到这样的情况?