1 Reply Latest reply on May 6, 2005 11:31 AM by ben.wang

    Config files replication

    sahumada

      Dear all,

      I wanna know if there is any way to replicate jboss config files among nodes of a cluster.

      What I wanna do is get replicated "users", "passwords", "jndi" configurations files between two nodes automaticaly, not using rsync or something like that.

      By now, Im using the "farm" way to hot-deploy my apps, but what's about when I'll need to change my DB configuration ?

      Can anybody helpme ?

      thanks a lot

      -- SAN

        • 1. Re: Config files replication

          What you are looking for is like MBean replication. We don't do that now. But you can use, for example, the existing TreeCache mbean service to replicate and your application can act as a TreeCacheListener to listen for that events.

          -Ben