Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Re: JNDI context read only ??.

Tim Funk

2003-10-08

Replies:

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: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.