I want to replicate it. I need to use my DAO spring configuration which
loads the factory from JNDI for my connection pool. I want to create the
connection pool and store it within JNDI so my test application picks up the
spring configuration with no further fuss nor muss.

-----Original Message-----
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 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.

Do you want to configure this, or understand how it works? Those are very 
different aims.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to