Hi,
Is there any way a client can programatically discover all the JNDI servers available to him?
thanks!
-
JNDI discovery (1 messages)
- Posted by: Corky Uy
- Posted on: March 16 2003 21:03 EST
Threaded Messages (1)
- JNDI discovery by Lasse Koskela on March 17 2003 02:13 EST
-
JNDI discovery[ Go to top ]
- Posted by: Lasse Koskela
- Posted on: March 17 2003 02:13 EST
- in response to Corky Uy
The problem is that JNDI does not specify the protocol used to communicate with a naming/directory service nor does it define a standard/default port for such a service. In other words, it's pretty darn hard to "poll" the network for existing JNDI servers unless you get more information about the type of the servers and their configuration.