How to set up JBoss with S3_Ping on AWS?
        Posted  
        
            by Jonik
        on Server Fault
        
        See other posts from Server Fault
        
            or by Jonik
        
        
        
        Published on 2010-03-15T09:40:20Z
        Indexed on 
            2010/03/15
            9:50 UTC
        
        
        Read the original article
        Hit count: 393
        
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.)
© Server Fault or respective owner