Home > Installation

Software Components

On the Java Application Server (see Supported Configurations ), EBX.Platform needs these components:

Third-party libraries

EBX.Platform requires additional Java libraries. Those libraries must be deployed so as to be accessible from 'ebx.jar' class-loader. Depending on the application server used, these libraries are already present, or they must be added.

EBX.Platform repository requires a database. Depending on the database chosen, it requires one of the following drivers:

EBX.Platform repository

Master Data are persisted in an internal repository. To connect to the database, see configuration ; for more general information, see repository administration and architecture .

Directory

The directory authenticates users and defines their roles. A default directory is delivered with the product and is integrated into EBX.Platform repository.

It is also possible to connect to any third-party system (LDAP, RDBMS, etc.). For more information, see the chapter Directory .

Web applications

Several Web applications and modules are provided:

See J2EE Deployment chapter.

Main configuration (ebx.properties file)

This file centralizes the global configuration of EBX.Platform.

Its contents is detailed in the ebx.properties chapter.

Home > Installation