illas
http://www.sortes.com
[EMAIL PROTECTED]
==
- Original Message -
From: "Héctor Pérez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 7:04 AM
Subject: RE: Pool connection to database
> You must enclo
hiang (??) <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 10:55 PM
Subject: Re: Pool connection to database
> Hi:
> You can put it in tomcat use
> "
> System.getProperties().put(key,value);
> System.getProperties().getProperty(key);
>
Hi:
You can put it in tomcat use
"
System.getProperties().put(key,value);
System.getProperties().getProperty(key);
"
Here is my solution.
I create the connections in constructor "ConnectionPool()".
I new the ConnectionPool instance in where I need to use it.
"
ConnectionPool dbPool = new Connect