Server Administration Application
See also: Introduction to the Verj.io Server
Server
Administration Application
Server
Administration Application Security
The Server Administration Application is accessed via a browser using URL http://<hostname>:<port>/<webapp>/ebaseAdmin.eb e.g. URL http://localhost:3030/ebase/ebaseAdmin.eb, or from the Verj.io Studio by clicking the server icon on the Shared Toolbar then selecting Start Server Admin App.
This application is used for almost all server configuration. See also Server Configuration.
Follow the links below for details of the various pages available within the admin app.
Configuration Deployment and Backup Properties |
Operations Information Workflow Workflow Administrator Dashboard Gateway |
Deployment and
Backup Monitor |
A valid user must be used to access the application. This security is configured in file sysAdmin.properties in the ebaseConf folder of the web application e.g. userdata/apps/<webappname>/ebaseConf/sysAdmin.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 Verj.io System Administration webapp
# At least one of sysAdmin.roles or sysAdmin.users must be specified or no users will be able to access the application
# ***********************************************************************************************************************
#
# sysAdmin.roles: comma delimited list of roles which allow access to the system administration app
#
sysAdmin.roles=SUPER_USER
#
# sysAdmin.users: comma delimited list of users which allow access to the system administration app
#
#sysAdmin.users=user1,user2
The application calls a Logon Service to authenticate users. If this has been changed, for example to access Active Directory, then you will need to change the settings in this properties file.
A white list of permitted IP addresses can be configured using the IP White List page. When configured, only users with IP addresses in the list are allowed to connect.
The Gateway section is only available on the Verj.io Gateway.