ERP 2.50:Developers Guide/Openbravo.properties
Openbravo ERP uses several properties which are defined in a properties file in the file system: the Openbravo.properties file. This file contains the database connection and other properties.
The Openbravo.properties file can be found here:
- In the Openbravo development project in the config directory. Initially this file may not be present, it can be created by running the setup tool (see below) or by copying the Openbravo.properties.template file and manually setting the properties.
- In a running Openbravo instance in the WEB-INF directory. This file is copied there (from the config directory) when Openbravo is deployed.
The Openbravo.properties file can be created/setup in a graphical way by running the setup tool for the current platform/OS. The setup tool is located in the config directory (run ant setup first).
For more information on which properties to set in the Openbravo.properties please go to this page: Openbravo.properties.
Languages: |
ERP 2.50:Developers Guide/Java Coding Conventions | ERP 2.50:Developers Guide/Format xml