(false), which can be done in code or I guess
through the context.xml file as well.
Thanks again
--
View this message in context:
http://www.nabble.com/JNDI-in-embedded-tomcat-t1306622.html#a3692505
Sent from the Tomcat - User forum at Nabble.com
: 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
t:
http://www.nabble.com/JNDI-in-embedded-tomcat-t1306622.html#a3691348
Sent from the Tomcat - User forum at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
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
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
Hi, All,
I want to start tomcat by program, but I also need a JNDI data source.
Could anyone tell me how to config a Tomcat JNDI data source by program,
or any method let the data source configuration file work?
Minilin