RE: Tomcat Data sources and connection pools

2009-03-23 Thread Caldarale, Charles R
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 because that's what various

RE: Tomcat Data sources and connection pools

2009-03-22 Thread Caldarale, Charles R
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, but

Re: Tomcat Data sources and connection pools

2009-03-22 Thread Mighty Tornado
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,