How to JBoss/Blazeds clustering and channel failover

Posted by Francesco on Stack Overflow See other posts from Stack Overflow or by Francesco
Published on 2010-04-06T15:56:58Z Indexed on 2010/04/06 18:13 UTC
Read the original article Hit count: 387

Filed under:
|
|
|
|

Hi, I'm stuck with jboss and blazeds clusterization. What I have now is :

  1. 2 Jboss Instances, running in all mode
  2. One load balancer with apache and mod_jk, as suggested by Jboss docs
  3. A spring/flex integration app
  4. A flex application that I do not want to throw errors when one of my JBoss instances falls

I find Adobe documentation really lacking, and being new at clustering, jgroups and balancing I cannot find how to deploy my app in clustered environment.

From what I understood if configured correctly blazeds should tell flex client about failover servers upon connection. Then if flex client can't connect to the main server it goes to another. But the hard part for me is getting there. Can someone point me to the right direction? Thanks in advance

© Stack Overflow or respective owner

Related posts about jboss

Related posts about blazeds