config.webclient

An additional config file "config.webclient" can be used for the Desktop UI as well as the Mobile UI Application. Specify the client specific settings in this file. This file overwrites the project config file. If you specify the same config entry in both config.webclient and the project config file, the entry of the config.webclient file is used.

You can use the config.webclient file, for example, to specify the [all sections] sslCertificate config entry. It allows to specify a relative path for the SSL certificates (pem files). If you specify this entry in the project config file, it is valid forDesktop UI, Mobile UI Applicationand the multiplexing proxy. If you, however, specify the entry in the config.webclient file, it is only validDesktop UI and Mobile UI Application.

You can specify the entries in the config.webclient file in the [general] and in the [webClient] sections. In the following example, the relative path for the SSL certificates (pem files) is specified. For more information on the config entries see [webClient].

[general]
securityMode = "cert"
sslCertificate="config/abc/ahost-cert.pemconfig/abc/ahost-key.pem config/abc/aroot-cert.pem"

If you specify the httpsPort = 0 (see [webClient] httpsPort) in the config.webclient file, you have to specify the entry in the project config file as well.