JNDI context read only ??. 2003-10-08 - By Michael Remijan
Back 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: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|