Servigistics InService Customization > InService Development Environment > Property Files
  
Property Files
Servigistics InService 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 and Servigistics InService system configuration.
service.properties : Contains properties used by the Servigistics InService 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 the Servigistics InService database connection layer to access the database.
System Generation jar files
The System Generation jars (SystemGeneration.jarWindchillUtil.jar and CommonCore.jar) contain:
tools.properties : Contains properties used by resource bundle and sql script generation tools.
debug.properties : Contains properties used by Servigistics InService code to control debug info capturing.
service.properties : Contains properties used by the Servigistics InService service delegate mechanism, for the System Generation tools.
typedservices.properties : Contains properties used by the Servigistics InService service 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.