Server Administration Application – Gateway Portal
Configuration
See also: Server Administration Application Home Page, Gateway Server Overview, Gateway Portal
This page is only available on systems with the Gateway Server feature licensed.
Use this application to configure tiles to access applications on Remote Servers.
See Gateway Portal
Access to Gateway Portal Configuration is configured in file gatewayAdmin.properties in the ebaseConf folder of the web application e.g. userdata/apps/<webappname>/ebaseConf/gatewayAdmin.properties. In this file you can choose to authorize specific users and/or roles. The distributed version of this file is shown below and this allows all users with the SUPER_USER role which includes the admin user distributed with the system.
#
# Properties file for the Verj.io Gateway Server configuration app
# At least one of gatewayAdmin.roles or gatewayAdmin.users must be specified or no users will be able to access the application
#
# gatewayAdmin.roles: comma delimited list of roles which allow access to the system administration app
#
gatewayAdmin.roles=SUPER_USER
#
# gatewayAdmin.users: comma delimited list of users which allow access to the system administration app
#
#gatewayAdmin.users=user1,user2