Re: Pool connection to database

2001-10-03 Thread Pablo Morillas
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

RE: Pool connection to database

2001-10-02 Thread Héctor Pérez
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); >

Re: Pool connection to database

2001-10-02 Thread Jacob FanChiang \(范姜\)
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