Recently I'm trying to implement HA(High Available) on several redHat servers. Tools: pacemaker, JBoss I only found this resource agent(http://linux-ha.org/doc/man-pages/re-ra-jboss.html) which only support JBoss5 and Jboss6. But my JBoss server is JBoss6 EAP which is actually JBoss7 so that I failed to implement HA using JBoss7 and pacemaker.
I have two questions: 1. I googled the resource agent script to find appropriate script to support JBoss7 but I failed. Is there anywhere I can find such a script? 2. If nobody has offered such script, how could I write such a script? Any documents which can offer any help?
thanks a lot.