You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Gavin, Rick" <RG...@vidyah.com> on 2002/12/06 23:40:01 UTC

[4.1.12] Custom JNDI DirContext Help

> Hi All,
>   I have implemented a JNDI tree for my sites configuration options since
> the built in tomcat context can not be modified at runtime( unless
> something changed ). Can anyone tell me what the best way to implement the
> use of it.  Currently I have a static Settings class that has a DirContext
> property that is the InitialContext of the Tree.  I also tried setting the
> root context object as a property of tomcats ServletContext so I'm able to
> request it from within a JSP or servlet with out using the static object.
> But both ways seem a little clunky.  tomcat uses a URL to get to its own
> initial context..   [ Context envCtx = (Context)
> initCtx.lookup("java:comp/env"); ] .  I looked at the URL binding and I
> thought I would ask if that's the right ( best ) way to go before I spent
> time on it..
> 
> Thanks for any help,
> 
> Rick

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>