How to set up JBoss with S3_Ping on AWS?
- by Jonik
I'm looking into running clustered JBoss on Amazon Web Services (AWS).
I'd like to try out S3_PING, i.e. making JBoss use an S3 bucket for dynamic node discovery etc, since no multicast is available. I found a piece of example config XML related to S3_Ping, but I'm not sure where in JBoss installation you're supposed to configure this.
So, what JBoss config files would I need to tweak to get S3_PING working? Can anyone point me to a more complete example?
JBoss 5.1.0 GA. (This is probably more a JGroups/JBoss question than anything else. I've already got the S3 bucket for this set up, so no problem there.)