This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: RMI lookup for cluster nodesslaboure Dec 3, 2002 10:10 AM (in response to stefe)I guess you are mixing two things: JNDI lookup and using a JMX invoker. 
 To lookup a specific JNDI tree, you can set the appropriate host:port setting in jndi.properties or use an explicit "new InitialContext (bla)" construct where bla contains your specific settings.
 cheers,
 sacha
- 
        2. Re: RMI lookup for cluster nodesstefe Dec 11, 2002 7:12 AM (in response to stefe)
 Thanks a lot, now I can reach each instance with a port-specific InitialContext as I wanted. No, it did not take me a whole week to figure it out ;-), I have just been busy with other stuff and could only answer today.
 
    