I am struggling to understand what InitialContext does. I understand that it provides initial context to lookup objects, but which server does it lookup?
I know that we can pass the server url as one of the properties for Context, but "generally" the InitialContext is called without parameters. In that "general" case which server it does lookup?