Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 Administration Server Properties File : Database Storage Properties

Database Storage Properties
The following properties are required for administration server-based projects that use a database for storage. If values are not specified for any of these properties, the server uses a file for storage.
These properties must be defined for a database backend for project and application repositories.
repo.jdbcDriver—Required if database storage is used.
There is no default value.
Name of the JDBC driver this server uses to connect server-based projects to their database. An example would be oracle.jdbc.driver.OracleDriver.
Must be commented for file-based storage.
repo.jdbcURL—Required if database storage is used. There is no default value.
JDBC URL this server uses to connect its server-based projects to their database.
Must be commented for file-based storage.
repo.username—Required if database storage is used. No default value.
JDBC database account user name this server uses to connect its server-based projects to their database.
Must be commented for file-based storage.
repo.password—Optional. No default value.
JDBC database account password this server uses to connect its server-based projects to their database. This property is completely unrelated to TIBCO Administrator security or the password for the super user of the administration domain.
Must be commented for file-based storage.
repo.dbtype—Required if database storage is used. No default value.
Database type. Values can be Oracle, Db2, Sybase or Sql (Sql is Microsoft SQL Server). Case is significant.
Must be commented for file-based storage.
repo.delayForDBStartup—Optional. Default value is 0.
Changing this property is useful if a database is not ready immediately. It allows for a delay between when the server is started and when it first tries to communicate with the database. The delay is in seconds.
This property has no effect for file-based projects.
database.default.minConnections—Number of database connections to cache per domain instance. No connections are allocated by default.
database.default.reconnectInterval—Interval in milliseconds to ping to determine if a server has come back online. Default is 5 seconds.
database.default.pingInterval—Interval in milliseconds to ping the server for keepalive through firewalls. Default is 5 minutes.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved