AFAIK, no. If you need to put stuff in the JNDI context, you can do that via this doc:

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html

-Tim

Michael Remijan wrote:

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);


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to