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...
Start Free Trial