Where can I learn about JNDI strings?

Posted by ferrari fan on Stack Overflow See other posts from Stack Overflow or by ferrari fan
Published on 2010-04-16T14:34:09Z Indexed on 2010/04/23 6:13 UTC
Read the original article Hit count: 274

Filed under:
|
|

How do you know how to form a JNDI string? I know there must be a format and that the divisions must mean something but I haven't been able to find a good resource that explains them. For example: java:comp/env/wm/default. This is supposed to connect to a WorkManager in Websphere with the name of default. But what does the "java", "comp", "env" mean? I know what the wm/default mean because that's the JNDI name put in the WorkManager, but what does the rest mean?

Thanks

© Stack Overflow or respective owner

Related posts about jndi

Related posts about java