Does anybody know where the jar file namingserver.jar can be found? I've searched through the websphere application server installation but found nothing. Additionally, I also tried to get one from the internet but have had no luck either.
WAS version: 7.0 ND
I need to get the following code working.
Hashtable env = new Hashtable();
env.put(Context.INITIAL_CONTEXT_FACTORY,
"com.ibm.websphere.naming.WsnInitialContextFactory");
env.put(Context.PROVIDER_URL,"iiop://localhost:2809");
InitialContext context = new InitialContext(env);