Show TOC Start of Content Area

Function documentation Configuration File PCDStartup.Properties  Locate the document in its SAP Library structure

The pcdStartUp.properties file contains all the configuration parameters for the PCD. These configuration parameters refer, for example, to the following areas: PCD trace, lock service, generic layer, ACL service, transport service, and migration.

The pcdStartUp.propertiesfile is created automatically the first time the portal is started after installation. Most of the configuration parameters of the file already contain default values.

You make changes to the pcdStartUp.properties file on the J2EE Engine. In the portal administration environment you check the configuration parameters and reload the default configuration.

The pcdStartUp.template.properties file exists in parallel with the pcdStartUp.properties file. This file is shipped as part of the IRJ Web Application. ThepcdStartUp.template.properties file contains a list of the available configuration parameters that you can define for the PCD. The list of parameters includes a description of each parameter.

Caution

Settings in pcd.Startup.template.properties have no affect on the PCD configuration.

The first time you start up the portal, the PCD configuration service checks whether the pcdStartUp.properties file is stored in the <pcd.home>/pcd.Startup.properties directory. If it does not exist, it is created by generating a copy of pcdStartup.template.properties.

Note

PCD configuration parameters can also be defined as system properties. Settings that are defined as system properties always overwrite the settings in pcdStartUp.properties.

More Information

Property PCD.Home

Properties PCD.Share and PCD.Temp

End of Content Area