|
Web Applications Settings |
Top Previous Next |
|
Options in this group control the behaviour of the LinkServer Web Applications (Web Desktop, Web Service, HTTP Proxy etc). Key name in the configuration file: webAdminEnabled Value type: Boolean Possible values: true or false Default value: true Defines if the Web Desktop application is launched during LinkServer startup. Enable Web Service Key name in the configuration file: webServiceEnabled Value type: Boolean Possible values: true or false Default value: true Defines if the LinkServer Web Service is available for other applications. Enable non-secure access to web applications Key name in the configuration file: webNonSecureAccessEnabled Value type: Boolean Possible values: true or false Default value: false Defines if LinkServer Web Applications may be accessed using a non-secure HTTP protocol. Normally this option should be disabled to allow only secure HTTPS (SSL-based) access. Comma-separated list of host name aliases Key name in the configuration file: webAppsAliases Value type: String Possible values: One or more network host names separated by commas Default value: "" (empty) Defines the host name(s) by which LinkServer Web Applications can be accessed. This option will work if the specified host names are correctly setup in the DNS. It should be set in addition to configuring your DNS server. Port number to listen for HTTPS (secure) connections Key name in the configuration file: webAppsSslPort Value type: Integer Possible values: 1-65535 Default value: 8443 Defines the port number on which Web Admin application will be available. You can change this option's value to 443 if there are no other web servers listening on this port. 443 is the default HTTPS port number. It is not recommended to use 80 as the value of this option, because 80 is default port number for non-secure HTTP protocol. Port number to listen for HTTP (non-secure) connections Key name in the configuration file: webAppsNonSslPort Value type: Integer Possible values: 1-65535 Default value: 8080 Defines the port number on which LinkServer Web Applications will be available. You can change this option's value to 80 if there are no other web servers listening on this port. 80 is the default HTTP port number. |