Thanks for the reply and pointing me in the right direction. I just wanted
to complete the circle regarding the resolution.
I prevented Tomcat from using creating its own JNDI Context (and having new
InitialContext() resolve to a preexisting Context), by setting the
StandardContext.setUseNaming(
My question is similar but slightly different. I am running my own custom
Spring-like container with an embedded version of Tomcat 5.5. I have my own
JNDI Context object configured in my application that I bind objects to.
However all those objects in that Context are not available to my web
ap