mySQL connection pool

2002-09-26 Thread Cocoon User


i have an mySQL database: myDB with one  table myTable running at
localhost

can you please give me an example of connection pool syntax for
cocoon.xconf file ?


thank

Kounis Stavros




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: mySQL connection pool

2002-09-26 Thread Richard Reyes

Something like this...

  datasources

jdbc name=ConnMySQL
  pool-controller min=5 max=10/
  dburljdbc:mysql://localhost/db_xxx/dburl
  userroot/user
  password/password
/jdbc


  /datasources

- Original Message - 
From: Cocoon User [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 26, 2002 12:41 AM
Subject: mySQL connection pool


 
 i have an mySQL database: myDB with one  table myTable running at
 localhost
 
 can you please give me an example of connection pool syntax for
 cocoon.xconf file ?
 
 
 thank
 
 Kounis Stavros
 
 
 
 
 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]
 
 
 


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]