Can any one tell or point me to code to list all the jndi entries in a remote machine
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It is possible to list all entries of an InitialContext. You can use this snippet:
If you are using an application server, there is usually the option to browse the JNDI tree. |
|||
|
|