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 Solutions Alliance

ERP/2.50/Openbravo.properties

Rating :
N/A
(0 votes cast)
You have to be registered to be able to vote

Contents

Introduction

Several parameters should be configured for Openbravo to work correctly. These parameters can be configured through a graphical interface using the setup tool or by hand.

Contents

The content of this file include:

Date/time format

Define the date and time formats:

General

Database

Tomcat Manager

Development parameters

Parameters specially useful for developers.

Authentication

authentication.class: property used configure the authentication manager. Possible values:

This is an example using the default authentication manager.

authentication.class=org.openbravo.authentication.basic.DefaultAuthenticationManager
#authentication.class=org.openbravo.authentication.lam.LamAuthenticationManager
#authentication.class=org.openbravo.authentication.basic.AutologonAuthenticationManager
#authentication.autologon.username=Openbravo

Add-ons

Hibernate

Safe mode

Log in security

Image:Bulbgraph.png   Available from 2.50MP14

These properties are explained in detail in Log in security document.

Edition

Openbravo.properties is a plain text file that you can edit manually by duplicating the Openbravo.properties.template file or using the graphical assistant (wizard).

To configure it using the wizard, first run the ant setup command to download the setup tool that matches your operating system and architecture:

cd openbravo-root
ant setup

Then, go to the config/ directory and run the setup-properties tool. For example, in Linux:

cd openbravo-root/config
./setup-properties-linux.bin

Note: If there is no setup binary for your operating system and architecture, send a request to <staff.rm at openbravo dot com>.

Old configuration

This file is used for configuring the 2.40 and 2.50 versions. In the 2.3x version it only used for some ant database tasks.

The r2.3x version also requires configuring three additional files:

build.xml

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.

Retrieved from "http://wiki.openbravo.com/wiki/ERP/2.50/Openbravo.properties"

This page has been accessed 999 times. This page was last modified 17:09, 8 March 2010. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.


Category: Configuration ERP