Datastore |
Top Previous Next |
The Datastore node controls where all configuration settings are stored for JSCAPE MFT Server. All configuration settings are stored in a relational database. By default, a local H2 database is installed with JSCAPE MFT Server for storing this information. You may optionally point this to any ANSI compliant relational database.
Note:
The embedded H2 database that ships with JSCAPE MFT Server is not intended for environments with heavy usage and/or high availability requirements. For environments with heavy usage and/or high availability requirements it is recommended that an ANSI compliant relational database such as MySQL, MSSQL, Oracle, or PostgreSQL be used.
Figure 210
JDBC URL - The JDBC URL of target database.
Username - The JDBC username of target database.
Password - The JDBC password of target database.
Pool - The number of connections to keep in connection pool for target database.
Pool timeout - The amount of inactivity time before expiring a database connection from the pool.
Synchronize data every X (seconds, minutes, hours or days) - Specifies how often GUI data is synchronized with the database. This is normally needed when you have two (2) or more instances of JSCAPE MFT Server connecting to a shared global datastore and you want to specify how often the configuration data on those servers are synchronized. |