Web presentation engine
When a client connects at runtime to the specified web server URL, generate an interactive session for the authenticated user
- BrowseName
- PresentationEngine
- SuperType
- Presentation engine(PresentationEngine)
Properties
Name | BrowseName | DataType | Description |
---|---|---|---|
Dynamic variables polling time | DynamicVariablesPollingTime | Duration | Time interval for the periodic reading of the dynamic link source field variables |
Protocol | Protocol | Protocol | Protocol used for communication between web clients and the server, either https or http |
IP address | IPAddress | String | Server IP address. If you host the server locally, set its IP address to "127.0.0.1". Do not use the "localhost" keyword and do not include the protocol information ("http://", "https://") before the IP address |
Port | Port | UInt16 | Port used for communication between web clients and the server |
Hostname | Hostname | String | Server hostname |
Maximum number of connections | MaxNumberOfConnections | UInt32 | Maximum number of clients that can connect to the web server |
Allowed remote sources | AllowedRemoteSources | String | List of remote sources that can be loaded separated by ';'. The accepted formats are: Internet host by name or IP address. The URL pattern, port number and path are optional. Wildcards ('*') may be used for subdomains, host address and port number (e.g. 'https://store.example.com;*.example.com') |
Start window | StartWindow | NodeId | (Inherited from Presentation engine) |
LoginWindow | LoginWindow | NodeId | (Inherited from Presentation engine) |
Style sheet | StyleSheet | NodeId | (Inherited from Presentation engine) |
Starting user | StartingUser | NodeId | (Inherited from Presentation engine) |
Session | Session | NodeId | (Inherited from Presentation engine) |
Sessions | UI Session | (Inherited from Presentation engine) |