Child pages
  • Database Connections

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For each defined database, the Servoy Application Server manages a pool of database connections, the size of which is configurable, to minimize to overhead of connection creation.

In this Chapter:

Table of Contents

JDBC Drivers

In order to be able to connect to a database, the Servoy Application Server requires the JDBC Driver for the specific database. JDBC drivers usually come with the database or are provided separately by the database vendor or third party vendors.

...

Note that properties that have not been set with a different value as the default will not be stored in servoy.properties.

...

Manual configuration

...

While the Servoy Admin page provides a User interface to create an manage Database Server configurations, it is possible to manually configure the dtabase connection in the {serverInstall}/application_server/servoy.properties file.

...