+

Search Tips   |   Advanced Search

DataStoreService.properties

 

# Licensed Materials - Property of IBM, 5724-E76, (C) Copyright IBM Corp. 2004, 2006 - All Rights reserved.

# ----------------------------------- #
# Properties of the DataStore Service #
# ----------------------------------- #

# The type of database management system that controls the datasource
# Valid values:   DB2
#                 DB2_ZOS
#                 ORACLE
#                 SQLSERVER
#                 SQLSERVER2005
#                 INFORMIX
#                 DERBY


# The machine ID unique for this portal installation
# Use MAC address to ensure global uniqueness (do not just leave it set to 000000000000 !)

#
#datasource.machineid=000000000000                 


# Specifies if resource delete operations should be performed as
# direct deletes or detached with a scheduler cleanup daemon. 
#
# Note: This property is only taken into account, if you have 
#       the PME extension installed with your WebSphere Application
#       Server and the configuration property was.pme.asynchbeans in the
#       file <WPS>/shared/app/config/services/ConfigService.properties
#       is set to true. 
#
# Valid values:  true    (use cleanup daemon)
#                false   (use direct delete)

# Default: true
#scheduler.cleanup.enabled = true


# Domain specific properties

#rel.datasource.dbms=DB2
#rel.datasource.schema=RELEASE

#cust.datasource.dbms=DB2
#cust.datasource.schema=CUSTOMIZATION

#comm.datasource.dbms=DB2
#comm.datasource.schema=COMMUNITY

#jcr.datasource.dbms=DB2
#jcr.datasource.schema=JCR


# Database domain tracking daemon settings

# 'domain.tracker.wait' specifies the time
# in milliseconds that the domain tracking
# daemon waits, if the database domain is not
# responding yet, until it polls another time.
# The default value is '1000' (one second)
#domain.tracker.wait=1000