Server Administration Application

Documentation home

 

See also: Introduction to the Verj.io Server

 

Server Administration Application. 1

Server Administration Application Security. 2

Users and Roles 2

IP White List 2

Gateway Server Configuration. 2

 

Server Administration Application

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

Database Connections

Email Accounts

Server Properties

General Properties

Workspace Properties

Security Properties

Workflow Properties

Deployment and Backup Properties

Languages

Security

User Authentication

Internal Security System

Sequences

Working Day Calendar

System Texts

FPL Functions

Global Metadata

IP Whitelists

OAuth Configuration

 

Operations

Scheduled Tasks

Scheduled Task Logs

Integration Web Services

RESTful Web Services

Server Locks

Batch System

 

Information

Server Information

License

 

Workflow

Workflow Administrator Dashboard

 

Gateway

Gateway Server Configuration

Gateway Portal Configuration

Remote Gateway Server

Deployment and Backup

Deployment Center

Backup and Restore

 

Monitor

Performance Monitor (JavaMelody)

 

 

 

Server Administration Application Security

Users and Roles

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.

IP White List

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.

 

Gateway Server Configuration *

The Gateway Server Configuration menu option is only available if the Gateway Server feature is enabled on the server.