RE: JDBC connection through JNDI

2008-01-21 Thread Hehl, Thomas
- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, January 21, 2008 3:21 PM To: Tomcat Users List Subject: Re: JDBC connection through JNDI Hehl, Thomas wrote: > I wish to create a JDBC connection and store it in a JNDI tree for use by a > spring configuration file that usually r

Re: JDBC connection through JNDI

2008-01-21 Thread Juha Laiho
Hehl, Thomas wrote: I wish to create a JDBC connection and store it in a JNDI tree for use by a spring configuration file that usually runs my tomcat webapp. I'm trying to figure out how tomcat creates the connection pool from my config file and stores it in JNDI, but it is absolutely beyond me.

Re: JDBC connection through JNDI

2008-01-21 Thread Mark Thomas
Hehl, Thomas wrote: I wish to create a JDBC connection and store it in a JNDI tree for use by a spring configuration file that usually runs my tomcat webapp. I'm trying to figure out how tomcat creates the connection pool from my config file and stores it in JNDI, but it is absolutely beyond me.

JDBC connection through JNDI

2008-01-21 Thread Hehl, Thomas
I wish to create a JDBC connection and store it in a JNDI tree for use by a spring configuration file that usually runs my tomcat webapp. I'm trying to figure out how tomcat creates the connection pool from my config file and stores it in JNDI, but it is absolutely beyond me. I've googled and l