IBM FileNet P8, Version 5.1.+            

Bootstrap properties

The bootstrap.properties file contains bootstrap preferences and their values. The file is automatically updated any time you modify the bootstrap site preferences. See Bootstrap site preferences for a complete explanation of each bootstrap preference.

For a web farm environment, this file is copied to a shared location specified during installation, for use by all Application Engine or Workplace XT servers in the environment.

By default, the file is installed in one of the following location:
<install_location>/FileNet/Config/WebClient
Note: To specify a new location for the bootstrap.properties file after the product is installed, enter the new location as the value of the configurationDirectory parameter in the web.xml file. For example, the following code snippet indicates a new location of /opt/FileNet/Config/XT1:
<context-param>
 <param-name>configurationDirectory</param-name>
 <param-value>/opt/FileNet/Config/XT1</param-value>
</context-param>

bootstrap.properties parameters

Table 1. This table lists the bootstrap.properties parameters and the corresponding site preference setting.
Parameter setting Corresponding site preferences setting
acceptTokens User tokens > Generate user tokens - Determines if user tokens are accepted by other applications.
documentationServer Preference settings > Documentation Server - The URL for the IBM® FileNet® P8 documentation server.
eProcess This setting cannot be modified through site preferences.
generateTokens User tokens > Determines if user tokens are generated. Default is true.
installDir The path to the location where the application is installed.
javaHttpPort Security info > Java Server HTTP Port for SSL.
objectStoreId Preference settings > Object Store Location - Object store where the site preferences file is stored.
prefName Preference settings > Preference ID - The name of the preferences file for this instance of the application.
promptaddonsend Application Integration setting - Determines if a user is prompted to add email to an object store when the user sends email from Outlook if the user has Application Integration installed.
setContainmentNameOnAdd Determines if the Set Containment Name on Add feature is enabled. When set to true, the feature is enabled. When enabled, the application explicitly sets the Containment Name property for the document during the add operation. The file name and extension are used for a document that is added without explicitly setting a document name (for example, adding a document through WebDAV). This setting cannot be modified through site preferences.
sslInfo Security info > SSL Host: Port - The SSL server host name and port.
tokenTimeoutInterval User tokens > Token timeout interval - Integer value in minutes for the timeout interval. The token expires if there is no active connection between the applications after this amount of time.


Feedback

Last updated: July 2011


© Copyright IBM Corporation 2011.
This information center is powered by Eclipse technology. (http://www.eclipse.org)