Link to home
Start Free TrialLog in
Avatar of pleasure
pleasure

asked on

JBoss - High Availbility

hi,
I wish to implement HA solution for my application which is running on JBoss Application Server 3.2.5.
Basically my application is running on 2 different servers in Active-Passive Mode. I realize that I need a cluster software to redirect client's request to the active(primary) server and if the active server is down, the cluster software should be able start the passive(secondary) server and all subsequent request will be redirected to the server.
What I wish to know is, is there any such clustering software for JBoss in the market?
In fact, my application is running a  program which is listening at certain port. Is there anyway for failover the program as well? Meaning, if the primary server down, all connection to the specific port will be automatically failover to secondry server? is it workable??

thanks for any response...
Avatar of valipotor
valipotor

Avatar of pleasure

ASKER

hi valipotor,
As what I understand (correct me if i'm wrong), JBoss Clustering is capable for failover and load balance JNDI, RMI, Entity Beans, Stateful Session Beans with in-memory state replication, and Stateless Session Beans. What if the whole JBoss Application Server is down? is it capable to failover to another JBoss Application Server which is running on the other machine?

If my application is listening to specific port (says 5500) and i deploy the application on 2 different machine, once the JBoss clustering receive the request, can it channel the request to the primary server? Normally when we talk about Load Balancer, we assume those are HTTP request, what if it's a normal socket request?

please guide..:)
ASKER CERTIFIED SOLUTION
Avatar of valipotor
valipotor

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial