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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to