This section describes properties that are applicable to both the Platform and ECs. The properties described in this section are automatically included in the values.yaml files when
Usage Engine is installed. Default value: This property specifies the directory that should be used for the pico-cache that is cashing information about all running picos, which is used by all servers and clients. Default value: "" This property specifies the IP address or the hostname of the Platform, to be used by other pico instances (e g Desktop, Execution Context, and mzsh). When you enter the hostname as the value of this property, if a failover occurs, the hostname is retrieved from the DNS enabling reconnection. If you enter the IP address as the value of this property, if it is a static IP address, reconnection issues may occur if the IP address changes. Default value: This property specifies the port that is used for communicating with the Platform. Default value: This property specifies the port that is used for synchronizing files from the Platform to external ECs. Default value: This property specifies the IP address or hostname of the pico instances. It will be used to determine the interface that the pico instances must bind to and the IP address/hostname that will be used by connecting processes. When you enter the hostname as the value of this property, if a failover occurs, the hostname is retrieved from the DNS enabling reconnection. If you enter the IP address as the value of this property, if it is a static IP address, reconnection issues may occur if the IP address changes. When the value of this property is left blank, the pico instance will bind to all IP addresses of the host. This means that the pico will listen for inbound network traffic on all network interfaces, and may attempt to use any local IP address for outbound network traffic. Note! If there is more than one IP address for the host, this property has to be set with the correct IP address. Make sure to set the property if you use IPv6, or if a high availability environment is configured. Note! When Default value: When you set the property Due to the network configuration, it may be required by pico instances to bind to additional interfaces. You can specify these by specifying a comma-separated list of IP address or hostnames in the property pico.rcp.server.bind_interfaces. It is also possible to set this property to the value If you have not set Example - Using pico.rcp.server.bind_interfaces An EC named ec1 has one external and one internal IP address. Other ECs will have to use the hostname To ensure that all connection attempts will use the hostname, you set the property If an other EC on the external network, ec2 in this example, tries to connect to ec1, it will use the hostname ec1host which maps to the external IP. This will fail. To ensure connectivity you need to set Default value: This property specifies the temp directory you want to use for your picos. Default value: This property must be set to The properties described in this section can be added to define different aspects of security. Default value: This property enables HTTP communication protected by TLS (i e HTTPS). Default value: This property specifies the path to the keystore that is used for HTTP/TLS. Default value: This property must contain the password to the keystore specified in Default value: This property must contain the password to the key to the key that is used for HTTP/TLS. By default (in Default value: This property specifies the path to a keystore and enables the system to use TLS for all RCP connections that are not from the local host. If this property is not set, TLS will not be used. Default value: This property specifies which of the keys in the keystore that should used for RCP/TLS (if there are more than one). RCP will prefer to use the key with this keystore alias. If it is not set and the keystore contains more than one private key, it is undefined which key is used. Default value: This property must contain the password to the keystore specified in Default value: This property must contain the password to the key that is used for RCP/TLS. By default (in Default value: This property specifies if client authentication is required when these are not running on the local host. Default value: This property enables lenient interpretation of the date/time in the string parameter in the APL function Default value: This property enables compact serialization of data. Enabling the property can optimize the size of your serialized data. mz.preset.aggregation.storage.path Default value: This property enables hardcoding of the Aggregation profile directory to the specified path. The Desktop user will still be able to see the set directory, but not change it. mz.preset.dupUDR.storage.path Default value: This property enables hardcoding of the Duplicate UDR profile directory to the specified path. The Desktop user will still be able to see the set directory, but not change it. mz.preset.interwf.storage.path Default value: This property enables hardcoding of the Inter Workflow profile directory to the specified path. The Desktop user will still be able to see the set directory, but not change it. Default value: This property enables HTTP communication protected by TLS (i e HTTPS). Default value: Setting this property to "false" will disable the global search function in the Desktop. This will decrease the startup time of the Platform by approximately 10%. This property determines if X-Frame-Options are enabled in the Platform- and EC Web Interface in order to protect from framing. The valid values are: Default value: The value specified for This property determines the the RCP open connection timeouts in seconds. If you do not specify a value for this property, the value is the same as that set for the property Default value: This property determines the RCP handshake and heartbeat timeouts in seconds. Default value: This property specifies the directory where the new and old versions of
Usage Engine packages patched into the system are stored.values.yaml
files for the Platform and ECD, where you define the systemProperties. Or in the EC Deployment web interface to configure ECs.Installed Properties
Property Description pico.cache.basedir $MZ_HOME/pico-cache
pico.rcp.platform.host pico.rcp.platform.port 6790
pico.synchronizer.port 6791
pico.rcp.server.host ""
pico.rcp.server.host
is set in the Platform Container, the value must be identical to pico.rcp.platform.host.
pico.rcp.server.bind_interfaces ""
pico.rcp.server.host
, pico instances will only bind to the interface associated with that IP address.ALL
to ensure that the pico instances will bind to all interfaces, even though pico.rcp.server.host
has been set.pico.rcp.server.host
, the property pico.rcp.server.bind_interfaces
will have no effect.ec1host
to be able to connect. The name ec1host maps to either the external or internal IP address depending on the client location in the network.pico.rcp.server.host
to ec1host
. This will then cause the ec1 to only bind to ec1host which will map to the internal IP address, since this is the local context.pico.rcp.server.bind_interfaces
to the external IP address or ALL
to ensure that the incoming connection attempt from ec2 will succeed.pico.tmpdir MZ_HOME/tmp
java.library.path ${mz.home}/common/lib/native
${mz.home}/common/lib/native
.Additional Properties
Property Description mz.httpd.security ""
mz.httpd.security.keystore ""
mz.httpd.security.keystore.password ""
mz.httpd.security.keystore
.mz.httpd.security.key.password ""
keytool
), this is the same as the keystore password.pico.rcp.tls.keystore ""
pico.rcp.tls.keystore.alias ""
pico.rcp.tls.keystore.password ""
pico.rcp.tls.keystore
.pico.rcp.tls.key.password ""
keytool
), this is the same as the keystore password.pico.rcp.tls.require_clientauth false
Various other Properties that can be used.
Property Description mz.drdate.lenient false
strToDate
. With lenient interpretation, a date such as "January 32, 2016" will be treated as being equivalent to the 31nd day after January 1, 2016. With strict (non-lenient) interpretation, an invalid date will cause the function to leave the submitted date variable unchanged.mz.outputstream.use_compact false
false
false
false
mz.httpd.security false
mz.use.search true
mz.wi.xframeoptions DENY
- The X-Frame-Options are enabled so that the Web Interface cannot be displayed in a frame.ALLOW
- The X-Frame-Options are disabled so that the Web Interface can be displayed in a frame.ALLOW-FROM <specific origin>
- The X-Frame-Options are disabled on a specific origin. This means that the Web Interface can only be displayed in a frame on the specified origin.SAMEORIGIN
- The X-Frame-Options are disabled on the same origin as the Web Interface. This means that the Web Interface can only be displayed in a frame on the same origin as the Web Interface itself.pico.rcp.connection.timeout pico.rcp.timeout
pico.rcp.timeout
.pico.rcp.timeout 30
pico.upgrade_history ${mz.home}/upgrade_history