I added an entry to cocoon.xconf:

  <jdbc name="mmis2">
     <pool-controller max="10" min="5"/>
     <auto-commit>true</auto-commit>
     <dburl>jdbc:mysql://localhost/mmis2</dburl>
     <user>user</user>
     <password>user123</password>
   </jdbc>


You may need a port number here for localhost. I have not used mysql, but in the case of postgresql, I would have to use

<dburl>jdbc:postgresql://localhost:5432/mmis2</dburl>
-----------------------------------^^^^

--
Andre H. Juffer              | Phone: +358-8-553 1161
The Biocenter and            | Fax: +358-8-553-1141
    the Dep. of Biochemistry | Email: [EMAIL PROTECTED]
University of Oulu, Finland  | WWW: www.biochem.oulu.fi/Biocomputing/

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