We plan to have multiple jBoss containers on different machines and
ofcourse EJB's on machine A should lookup any other EJB transparently
whether or not they are on the same machine. What's the correct way to do
this?
My guess would be, to have all the jBoss servers use one JNDI server and
that way, all EJB's that are deployed can lookup any other EJB through the
same JNDI server without knowing which server the EJB is actually
deployed on. Is this correct?
If so how do I configure this? On machines A and B I tried setting the
provider in jndi.properties to machine C but then at startup I get:
[JMX RMI Adaptor] javax.naming.NameAlreadyBoundException
Thanks for the help,
Todd
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]