Hi, I’m trying to look an Ejb running on WAS5.0 App Server from a JavaAgent on Domino6.0 Notes Client.
But it gives me Malformed URL exception. at my jndi provider url. This is the piece of code that give me error
env.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY, “com.ibm.websphere.naming.WsnInitialContextFactory”);
env.put(javax.naming.Context.PROVIDER_URL, “corbaloc:iiop:sudhakar:2809”);
jndiContext = new javax.naming.InitialContext(env);
java.lang.Object obj = jndiContext.lookup(“SampEjb”);
Can any one help me out in this pls. The Environment i’m using is
OS : Win2k
Notes Client : Domino Ver6.0
WAS : 5.0
Thnx in Advance
Sudhakar