0 Replies Latest reply on Dec 19, 2012 8:18 AM by developer251

    Storing a JNDI entry in a cluster

    developer251

      Hi all !

      I'm setting up a cluster of two JBoss AS 7.1.1 nodes. I need to store some JNDI entries in the cluster so I have tried adding an entry on the first node:

       

      /subsystem=naming/binding=java\:jboss\/exported\/test/:add(binding-type=simple,value=100,type=int)

       

      Now If I log into the CLI of the other node, I cannot find the entry I have added on the first node.

      Is there a shared JNDI tree for nodes in the cluster ? or should I replicate manually all entries in all nodes ?

      Thanks

      Max