Chapter 15. Custom Configuration

To configure DODS, use dodsConf.xml file, located in <dods_root>/build/conf directory. This file contains the following information:

Database Vendor's configuration file contains information about that database (type of ObjectId, column name for oid and version, information about DeleteCascade, constraints, quotes,comments, characters for like and wildcard, mapping JDBC types to vendor-specific data types,...).

If tags <ClassPath>, <ClassName> in database vendor's configuration file are not mentioned, standard code is generated for that database vendor.

If database is specific, path to jar file for that database vendor is in tag <ClassPath>, and its main class is in tag <ClassName>.

example, for database Informix:

<ClassPath>C:/DODS/lib/dbvendors/informix.jar</ClassPath>
<ClassName>com.lutris.appserver.server.sql.informix.InformixLogicalDatabase</ClassName>