3.33.7. features
The section describes standalone server features. In particular, what features will be available or unavailable for the standalone server which uses a configuration file with the following parameters:
extended-designer-features
Manages availability of extended Designer functionality. If the option is disabled, you cannot use the following standalone server features:
- The --mobile-app-write-file command.
- The --mobile-client-write-file command.
The parameter can take values:
- enable/allow/yes/true. The option is enabled.
- disable/deny/no/false. The option is disabled.
Default value: disable.
http-gate
Manages access to the standalone server over HTTP. If the option is disabled, you cannot access the standalone server over HTTP including debugging over HTTP.
The parameter can take values:
- enable/allow/yes/true. The option is enabled.
- disable/deny/no/false. The option is disabled.
Default value: enable.
ssh-gate
Manages access to the standalone server over SSH.
The parameter can take values:
- enable/allow/yes/true. The option is enabled.
- disable/deny/no/false. The option is disabled.
Default value: enable.
direct-gate
Manages access to the standalone server over TCP/IP (direct connection). If the option is disabled, you cannot access the standalone server over TCP/IP including debugging over TCP/IP.
The parameter can take values:
- enable/allow/yes/true. The option is enabled.
- disable/deny/no/false. The option is disabled.
Default value: enable.