Enables the headless mode.
Syntax
QX_HEADLESS_MODE={any non-empty value}
Possible values
disables the headless mode |
|
enables the headless mode |
Usage and examples
There is no GUI in the headless mode: Applications can be run from the command line, and you can receive requests and send responses via it as well.
Here you can read more about headless mode, and here you can find some interactive examples.
To set QX_HEADLESS_MODE, define it with any non-empty value (though we recommend setting it to 1):
QX_HEADLESS_MODE=1
To disable the headless mode, you can either delete/comment QX_HEADLESS_MODE out or set it to an empty value:
QX_HEADLESS_MODE=
QX_HEADLESS_MODE applies at runtime, so, if necessary, it is set in inet.env and in environ.bat (for the command line environment).