Help

This page provides a brief explanation of the WebConsole user interface.

Modules

The user interface reflects the modular structure of the application.

Directories

Files are stored under three different directories on the file system, which are passed along as startup parameters.

MIO_CONFIG For read-only configuration files.
MIO_DATA For application data such as caches and permanent storage.
MIO_LOG For log files.

See Startup for the locations for this instance.

Properties

Properties are the primary way an application is configured.

Properties can be defined at three levels, in increasing level of importance:

Property overrides are persisted and therefore not lost after a restart or upgrade.

Attribution