Driver Properties  Locate

Driver properties are contained in subelements of the driverProperty element, which is present in each database element in database.xml. A list of these subelements is given in Table 1, “Driver Properties”.

Table 1. Driver Properties

Property/SubelementDescription
type

The database type. A list of all available types is given in the databaseMappings element.

hostnameThe fully qualified name of the host on which your database server is running
portHolds the port value on which your database server is running
dbNameThe database name that will be used
userName

The name of the database user. Please make sure that specified users have the necessary rights to modify the database. Specifically, the user should be allowed to create tables and indices and to select, insert and update tables that the user has created.

userPasswordThe user password for access to the database