RE: JNDI in embedded tomcat

2006-03-31 Thread slashny
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(

RE: JNDI in embedded tomcat

2006-03-31 Thread Allistair Crossley
: RE: JNDI in embedded tomcat 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

RE: JNDI in embedded tomcat

2006-03-31 Thread slashny
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

RE: JNDI in embedded tomcat

2006-03-21 Thread Serlet Jean-Claude
Jean-Claude -Message d'origine- De : Minilin-inbox [mailto:[EMAIL PROTECTED] Envoyé : lundi 20 mars 2006 17:11 À : Tomcat Users List Objet : Re: JNDI in embedded tomcat I'm sorry, I should have given the question more detailed. Generally, we config our JNDI data source in conf

Re: JNDI in embedded tomcat

2006-03-20 Thread Minilin-inbox
k. In one word, how to make tomcat(started by Eclipse) include a data source that I can find out like the above snippet. - Original Message - From: "David Smith" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, March 20, 2006 8:15 AM Subject: Re: JNDI i

Re: JNDI in embedded tomcat

2006-03-20 Thread David Smith
Details please. This question is way to general to answer without even so much as a version number. JNDI config information for tomcat can be found at http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html for tomcat 5.5.x --David Minilin-inbox wrote: >Hi, All, > >I want to start tom