Property Files
PTC Arbortext Content Delivery uses standard Java property files to determine runtime configuration properties.
codebase Directory
The codebase directory contains:
wt.properties : Contains properties used for general Java system configuration andPTC Arbortext Content Delivery system configuration.
service.properties : Contains properties used by thePTC Arbortext Content Delivery service delegate mechanism.
user.properties : Contains user overrides used by resource bundle and sql script generation tools.
moduleRegistry.properties : Contains list of registered modules.
moduleDir.properties : Contains home directory for each registered module.
db Directory
The db directory contains:
db.properties : Contains properties used by thePTC Arbortext Content Delivery database connection layer to access the database.
System Generation jar files
The System Generation jars (SystemGeneration.jar,WindchillUtil.jar and CommonCore.jar) contain:
tools.properties : Contains properties used by resource bundle and sql script generation tools.
debug.properties : Contains properties used byPTC Arbortext Content Delivery code to control debug info capturing.
service.properties : Contains properties used by thePTC Arbortext Content Deliveryservice delegate mechanism, for the System Generation tools.
typedservices.properties : Contains properties used by thePTC Arbortext Content Deliveryservice delegate mechanism, for the System Generation tools. You must use typedservices.properties when the selector object type could be a subtype.
wt.properties : This is an abbreviated form of the file that is in codebase. Care must be taken when using a manually created classpath that includes both codebase and System Generation jars, since properties files will be loaded based on the order of the classpath components.