Hi, I want to put an object into the JNDI context, but I get an exception that says the context is read only. Is there a way to make it writable?
Context ctx = (Context) new InitialContext().lookup("java:comp/env");
ctx = ctx.createSubcontext("glqso");
ctx.bind("ResourceManager", _rm);
thanks,
Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
