This page last changed on Jun 18, 2004 by gbevin.

The database is configured as a RIFE datasource>> and it is setup in the datasources.xml file.

Below is a sample datasource configuration file:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE datasources SYSTEM "/dtd/datasources.dtd">
<datasources>
    <datasource name="postgresql">
        <driver>org.postgresql.Driver</driver>
        <url>jdbc:postgresql://localhost:5432/drone</url>
        <user>drone</user>
        <password>password</password>
        <poolsize>10</poolsize>
    </datasource>
</datasources>

It should be pretty trivial to configure this. Drone has currently been tested with PostgreSQL>> and MySQL>>, but other databases will be supported later on.

To activate the datasource you have to configure the global settings.

Document generated by Confluence on Jun 18, 2004 09:44