> From: Mighty Tornado [mailto:mighty.torn...@gmail.com]
> Subject: Re: Tomcat Data sources and connection pools
>
> Tomcat will read the context.xml file in the META-INF
> directory and get the data source from there?
Yes.
> I also added a resource ref in my web.xml b
So do I understand this correctly?
Tomcat will read the context.xml file in the META-INF directory and get the
data source from there?
I also added a resource ref in my web.xml because that's what various
tutorials suggest. After that is done, how do I obtain a connection?
and one more question,
> From: Mighty Tornado [mailto:mighty.torn...@gmail.com]
> Subject: Tomcat Data sources and connection pools
>
> 1. I used WebLogic previously and there you had to configure
> connection pools and then create data sources and link them
> to connection pools.
You can manage the pool yourself, b