Log in / create account
View source | Discuss page | Page history | Printable version   
ADVERTISEMENT
Accounting eLearning Courses
Partnerships
SourceForge.net Logo
Openbravo ERP at SourceForge

SourceForge.net Logo
Openbravo POS at SourceForge

Open Solution Alliance Logo
Openbravo at Open Solution Alliance

Configuring Openbravo manually

Contents

Introduction

Several parameters should be configured for Openbravo to work correctly. These parameters can be configured through a graphical interface using the command ant setup. However, sometimes you may want or need to change directly the configuration files. For example:

Configuration files

This is a list of the Openbravo's configuration files. For each of the them, the most important parameters are explained.

build.xml

config/Openbravo.properties

This file configures several system wide configuration parameters. Select the date format you want. The database parameters in this file are used by the ant database tasks.

config/dbCon5.xml

This file stores the database connection data used during compilation. The URL parameter has the format: 'CONNECTOR:USER/PASSWORD@SERVER:PORT:SID'. This is an example: 'jdbc:oracle:thin:user/password@localhost:1521:xe'. Each of this parameters is explained below:

config/XmlPool.xml

This file stores the database connection data used during execution. The parameters are the same as those of config/dbCon5.xml, but grouped in different order.

config/log4j.lcf

This file configures Openbravo logs. More info about this file can be found here.

Retrieved from "http://wiki.openbravo.com/wiki/Configuring_Openbravo_manually"

This page has been accessed 1,024 times. This page was last modified 08:18, 14 May 2008. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.


Categories: Configuration | Installation