Cloudscape Properties
Page 45 of 47

cloudscape.system.bootAll

Function

Specifies whether the databases that are part of the current system are automatically booted when the Cloudscape system starts. When this property is set to false, a database is booted only when a connection is first made.

Databases that are not part of the current system are booted only upon the first connection.

NOTE: For information on what databases are considered part of the current system when it starts up, see cloudscape.service.

Cloudscape recommends that you set this property to true when you use Cloudscape as a database server to multiple clients and false when you use Cloudscape embedded in a single-user application.

The Cloudscape system boots when the local JDBC driver is loaded. Booting databases is a separate step in which Cloudscape checks whether recovery needs to be run on the databases. For information about recovery, see the Cloudscape Developer's Guide.

Encrypted databases cannot be booted with this property. Encrypted databases must be booted individually by connecting to them with a valid key.

Default

False.

Example

cloudscape.system.bootAll=true

Scope

system-wide

Dynamic or Static

This property is static; if you change it while Cloudscape is running, the change does not take effect until you reboot.