JNDI DataSources

2003-08-18 Thread "SebastiĆ£o Carlos Santos"
I configured Jakarta-Tomcat-4.1.27 to supply connections of my Oracle Database Server through JNDI Datasource as described in http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html All accomplished the tests of JNDI Datasource HOW-TO and everything perfectly worked.

JNDI DataSources

2004-01-18 Thread Pfingstl Gernot
I want to use one JDBC connection pool in my tomcat (4.1) instance for all contexts; therefore I configure the DataSource in . In each context I put a so I can obtain the DataSource in my applications. But now I have the problem that I had to execute some SQL statements (e.g. a "set role" state

War Development w/ JNDI Datasources

2003-08-18 Thread Hookom, Jacob
Hi All, We are currently developing an application and using CVS to manage our source code. Our goal is to be able to pull down the project off of CVS and with a single Ant target, get the application up and running on a local install of Tomcat. The problem that has risen is that our DataSources

RE: War Development w/ JNDI Datasources

2003-08-18 Thread Shapira, Yoav
Howdy, One idea that leaps to mind is to have ant tokens in your server.xml and values for those tokens in your build.properties file. Have ant copy the master server.xml to your local install and fill in the tokens for your JNDI datasources. The cactus approach is similar to this and not too

Re: War Development w/ JNDI Datasources

2003-08-18 Thread Jacob Kjome
You can always specify it in a separate context configuration file. Keep the server.xml generic and put application specifics in context configuration files. Jake At 08:47 AM 8/18/2003 -0500, you wrote: Hi All, We are currently developing an application and using CVS to manage our source code

RE: War Development w/ JNDI Datasources

2003-08-18 Thread Pitre, Russell
Which file is this? I'd like to read up on it "put application specifics in context configuration files." Russ -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 10:40 AM To: Tomcat Users List Subject: Re: War Deve

RE: War Development w/ JNDI Datasources

2003-08-18 Thread Shapira, Yoav
August 18, 2003 12:47 PM >To: Tomcat Users List >Subject: RE: War Development w/ JNDI Datasources > >Which file is this? I'd like to read up on it > >"put application specifics in context configuration files." > > > >Russ > > > >-Orig

Re: War Development w/ JNDI Datasources

2003-08-18 Thread John Turner
configuration files." Russ -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 10:40 AM To: Tomcat Users List Subject: Re: War Development w/ JNDI Datasources You can always specify it in a separate context configuration file. Keep the s

RE: War Development w/ JNDI Datasources

2003-08-18 Thread Pitre, Russell
Ah cool.didn't realize that.nicethats good to know. Thanx Guys -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 12:50 PM To: Tomcat Users List Subject: Re: War Development w/ JNDI Datasources

parsing the jndi datasources source code

2004-03-29 Thread meissa . Sakho
hi all, I'm looking for the source code/class where the configured jndi datasources are parsed and registred. I'm using Tomcat 4.18 and dbcp I need to understand two features. 1) how a resource is registred in JNDI. 2)how a datasource is instanciated and registred as a jnd