The database connector reads its definitions from a configuration file. The configuration.xml file is automatically picked up from the if it is located in the: - current directory (where the DB Connector was launched)
or from ./config/configuration.xml - for standalone and tomcat bundle deployments.
- or from a <frevvo-home>\config directory (tomcat bundle) or the <db-home>\database\database-connector-2.5.0\config directory (standalone).
It can be manually set by using the - or you can specify the location by manually setting the path with the frevvo.connectors.database.configuration property in the database.xml file if you are deploying the connector in the tomcat bundle.
|