0 Replies Latest reply on May 20, 2004 3:45 AM by kiran1080

    Problem in registering beans in JNDI

    kiran1080

      Hi all, I had sent this question few days ago but I didn't get any reply. I am sending the problem again. if any one of u know the problem then please post the reply.

      Whenever I deploy a particular bean, it gets registered in the JNDI running in that application server only. But what I need is I am deploying 3 different objects in three app servers(all jboss 3.2.3) running on three different machines but all these objects should be registered or binded in only one JNDI running on machine number 4 so that client sends requests to only one JNDI(machine No 4) for all the objects. (This is an expected scenario.)

      I think this is possible.(Because this is the concept of distributed objects) but how is it possible that I don't know. Whether we should make configuration changes in JNDI running on machine 4 or I should make changes in the deployemnt descriptor of the beans. If any one of you know which XML files need to be changed and how then please let me know.