[jboss-user] [Beginners Corner] - Distributed persistent application configuration in a cluste

ozlevanon do-not-reply at jboss.com
Wed Aug 29 11:51:26 EDT 2007


Hi.
I need to create a persistent configuration mechanism for a J2EE application I?m writing (i.e. dedicated configuration for my application, not the general jboss application). I couldn?t find a standard explanation for this anywhere.
Currently what I do is create an MBean and handle its persistence using the file system. I can configure the application using JMX-console and since it?s persistent the data is kept between restarts.
My problem, however, is that I want the data to be distributed throughout my cluster. I want to be able to update one node in the cluster and have the data replicated automatically to all the others.
Is there any data repository which is automatically replicated across the cluster (I tried Java?s preferences but that didn?t work)?
Alternatively, is there a standard way to create distributed application configuration in J2EE or Jboss?

Thanks,
Oz


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079248#4079248

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079248



More information about the jboss-user mailing list