Hi
Java Ranch,
I am working on a web application an i want to implement the Connection Pooling. And i wat to store my database details in a seperate properties file instead of placing them in Context.xml.
I had done some modification to Connection Pool Class for getting details from configuration file.
my all queries are in a normal java class. I am trying to get connection in a init() method of a
servlet so that i can get connection at any time.
My servlet's Init method has the following code
if i use another servlet then i can get the connection object. But through a normal java class i wat to get a connection object. but how can i get the connection object.
Please help me in this issue...