Server bootstrap properties

The Liberty runtime environment operates from a set of built-in configuration settings. When you create an Insight Server, you might need to specify configuration properties to modify the default settings. You configure the server by editing either the server.xml file or the bootstrap.properties file to specify properties that are needed before the main configuration is processed, and to define variables that are used in the main configuration.

The following table lists all of the properties in the bootstrap.properties files in all of the Insight Server. Y in the server column indicates that the property is included in the server template.

Table 1. Properties contained in the bootstrap.properties files
Property Description cisDev cisCatalog cisContainer cisInbound/cisOutbound
http.port HTTP listener port. Default value is 9080. Y Y Y Y
https.port HTTPS listener port. Default value is 9443. Y Y Y Y
ia.listenerPort Client listener port. Default value is 2809. Y   Y  
ia.host Host name or IP address of local machine. Default value is localhost. Y Y Y Y
ia.serverName Unique name of the server in the grid. Default value is derived from ia.host and the Liberty server name. Y Y Y Y
ia.clusterEndpoints The server names, host names, and peer connection ports of the catalog servers, for example, catalogHost01-cisCatalog:catalogHost01:6600:6601,catalogHost02-cisCatalog:catalogHost02:6600:6601   Y    
ia.bootstrapEndpoints The host names and client listener ports of the catalog servers, for example, catalogHost01:2809,catalogHost02:2809     Y Y
ia.test.user User name for development server administration. Default value is tester. Y      
ia.test.password Password for development server administration and keystore, which can be encoded. Default value is tester. Y