| Top | Previous | Next |
|
Basic Gateway Settings |
|
The basic gateway settings are found under Configuration > Gateway Settings. They define high-level settings that apply to the entire gateway.
System Name A unique name for this Ignition installation. It is used to distinguish between this server and others on the network when working with multiple Ignition installations. System Authentication Profile The authentication profile used to secure access to the Gateway, as well as to the Designer. Gateway Config Roles A comma-separated list of roles, one of which will be required in order to log into the Gateway's configuration section. These roles roles should be defined in the System Authentication Profile. Status Page Roles Required roles to access the Gateway's status section. Leave blank to remove security restrictions for this section. Home Page Roles Required roles to access the Gateway's home section. Leave blank to remove security restrictions for this section. Note that this is only used to limit access to the homepage itself, each project will have its own authentication profile for limiting access to the runtimes. Designer Roles The roles that will be granted access for logging into the Designer. Use SSL Forces the clients to use SSL encrypted communication when talking to the gateway. It is recommended that you purchase and install a genuine SSL certificate if you use this option. See the guide in the Deployment section of this manual. Persist Alerts Whether or not alert properties such as acknowledgment should be persisted across Gateway restarts.
Launch Link Script Policy Controls how the HTML that launches Clients and Designer functions. If set to JavaScript, the links will use javascript to attempt to launch directly using the Java browser plugin. If set to Direct, the links will be direct links to the *.jnlp files that launch the Client or Designer. Allowed JREs Which versions of the Java Runtime Environment will be allowed to web-launch clients and designers. Designer Memory The maximum memory that the designer may use. Disable Direct3D / Disable DirectDraw These advanced properties affect launched Clients and Designers on Windows OS only. These flags control whether or not the Java Swing windowing subsystem may use Direct3D and/or DirectDraw. Disabling these features may incur a performance penalty, but might be required for some video cards that have faulty DirectX drivers.
Scheduled Backups These 4 properties (enable, backup folder, backup times, and retention count) control the Gateway's scheduled backup system. This system is capable of automatically making a Gateway backup and storing it to a folder path, which may be a network path. When you enable this system, you must specify a destination folder. This may be a local folder, for example "C:\backups" or "/var/backups" or a network path such as "\\fileserver\backups".
The scheduled backup system works on a schedule that is specified using UNIX crontab syntax. This is a standard format for specifying a basic schedule. The format consists of five space-separated fields, one for minute, hour, day-of-month, month, and day-of-week. The special character * means "all". Slashes can be used to indicate that values should be stepped, for example, */5 in the minutes field means "every 5 minutes", or 0:00, 0;05, 0:10, etc. Some examples:
If something is wrong with the scheduled backup system it will store error messages to the Gateway logs. |