Integration Engine Solutions to Connect Anything to Anything

Log out?

eiDashboard v.19R1

Apache Tomcat Installation and Configuration

Recommended Installation Environment

Installation Overview

Installation instructions will vary, depending mainly on the preferred mode of operation and application deployment. If only Basic Statistics Mode is needed (simple transaction throughput statistics), then the configuration will be minimal. Full multi-eiPlatform Enterprise mode with Transaction Logging will require a more in-depth configuration.

Every eiDashboard installation will follow the same basic steps:

  1. Install/upgrade the eiPlatform and eiConsole (not covered in this guide)
  2. Install the eiDashboard core
  3. Configure eiPlatform and eiDashboard settings
  4. Configure users and access permissions (covered in detail here)

Installing the eiDashboard Core

Installing to Tomcat is as simple as copying the .war files for your eiDashboard into the webapps directory for your Tomcat installation. When Tomcat starts, it will automatically build the application and start the necessary web services and then the configuration can continue.

Note: When installing to Tomcat, the port of your eiDashboard will be the same as your Tomcat port (default 8080).

eiPlatform and eiDashboard Configuration Settings

After installing the core eiDashboard product, we must configure several items to ensure it is able to communicate properly with your eiPlatform instances. Some of these configuration values will vary depending on your specific architecture setup, but the settings and their locations are standard across installations.

eiPlatform Configuration Settings

There are only two settings we’ll need to add to the eiPlatform’s eipServer.conf file to enable the basic operation of the eiDashboard.

First, we’ll need to create credentials for the eiPlatform Super User. These two settings are:

This user will be able to log into the eiDashboard no matter the other user settings defined in the eiDashboard itself and will have unrestricted access to content, user creation and security settings. It is intended for use by the administrator of your PilotFish architecture to create new users and access capabilities.

Note: For a fresh installation of the eiPlatform, these settings may already be defined but left without values. It is important to create these Super User credentials, since without them the eiDashboard’s login functionality will be limited.

The screenshot below shows an example of an eipServer.conf file with the pertinent eiDashboard settings highlighted. Your particular configuration file’s contents may vary.

eiDashboard Configuration Settings

Pre-20R1 Release:

The majority of the configuration required in the eiDashboard itself involves configuring the connections.xml file found in the WEB-INF directory of the eiDashboard installation. This XML file contains the information needed to connect the eiDashboard with an eiPlatform instance. Generally, you will only be concerned with two elements:

  1. The <txnLogAPIPath> element. This setting is most important when using Transaction Logging Mode and points to the URL path of the eiPlatform where the transaction logging interfaces are running. If you are only using Basic Statistics Mode, this setting should be blank or left as the default.
  2. The <Connections> elements. There may be multiple <Connection> elements depending on the complexity of your PilotFish architecture, but each one represents an eiPlatform instance connection. The <url> element of each should point to the eiPlatform’s API root, found at http://<URL Path>:8080/eip/ by default.

Default Tomcat installation connections.xml settings:

Changing the eipServer.conf or connections.xml settings will require a restart of the pertinent service (eiPlatform or eiDashboard).

Logging In and eiDashboard Settings (Pre-20R1 Release)

Note that the following steps are

After the internal configuration and restarting, the eiDashboard is operational in Basic Statistics mode and ready to go! The next steps are to log in for the first time, check and edit the global eiDashboard settings if desired and configure the user and access capabilities.

Loading and Logging In

Since the eiDashboard is an entirely web-based application, it can be accessed from any web browser or mobile device with internet capabilities. The URL will vary depending on your Tomcat configuration, but for a typical installation it can be found at ‘http://localhost:8080/dashboard-ui-<Version Number>/index.html’. The screenshot below shows the initial eiDashboard login screen.

Selecting the ‘Settings’ button shows all configured eiPlatform connections. Choosing a new connection is as simple as selecting it from the ‘Platforms’ box and hitting ‘Apply’.

Since no eiDashboard users currently exist in our fresh installation, we’ll log in with the Super User credentials configured in the previous steps. (For this example ‘eip’ / ‘eip’). If our connections are set up properly, we should be redirected to the eiDashboard Front Page. If there are any errors logging in, a bad password or connection setting (for example), notifications will display on the right side of the screen describing the error. The screenshot below shows the eiDashboard Front Page.

Each piece of functionality is described in more detail in the CMS page for that feature, so for now, we will only concern ourselves with the ‘Settings’ page.

Internal Settings

Next, we’ll check the eiDashboard internal settings. These are separate for each user and handle visual settings within the eiDashboard like color scheme, toolbar placement, etc. To get to the Settings menu, click on your username in the top-right and then select the ‘Settings’ option in the drop-down that appears.

The Global Settings menu is shown below. Each setting is fairly self-explanatory and deals primarily with visual aspects of the eiDashboard. Any changes are immediate, so once you are done the ‘Close’ button will take you back to the Front Page.

Next Steps

At this point, the eiDashboard is fully operational in Basic Statistics mode, also called ‘Bare-bones mode’. This mode allows for the eiDashboard to connect to one eiPlatform at a time and users can login using either the Super User credentials defined in the eiPlatform settings or any user credentials that have been defined within the eiDashboard itself.

In Basic Statistics mode, basic transaction statistics are available – including throughput and transaction success or error metrics. To extend the eiDashboard’s functionality through the Transaction Logging and/or Enterprise Modes, additional configuration is required. For additional information on each of the extended modes and installation instructions, see the following links:

Generally, the next step in the installation process is to configure users and access permissions. An in-depth guide to the eiDashboard’s user administration system can be found here.

Troubleshooting

The following section covers some common installation and configuration issues you may have, typically when first attempting to log into the eiDashboard. Due to the complexity of many network systems, establishing a proper connection between the eiPlatform API and the eiDashboard can sometimes take some tweaking.

Failed to Authenticate User

Typically authentication issues occur when the Super User configuration items are not set in the eiPlatform’s eipServer.conf file. As a fail-safe, these credentials have to be defined to enable eiDashboard login functionality, though they can be as complicated as you like for the sake of security.

Authentication errors can also happen if a user or capability is missing some access rules. For example, if the API Access rules are not set when creating a new capability, any users using that capability will have login issues.

Connection Issues

Connections issues also can occur when first configuring the eiDashboard. Double-checking your host and port settings is the easiest way to ensure these issues don’t happen. All Tomcat deployed applications default to port 8080, so the connection URL will be ‘http://localhost:8080/eip/’ for the eiPlatform. It can take some trial and error to get your eiPlatform and eiDashboard communicating properly but once the connection settings are set up correctly, there shouldn’t be a need to change them.

Additionally, when connecting the eiDashboard to an eiConsole running in Platform Emulator mode, the connection URL will be ‘http://localhost:9001/eip/’ and the txLogAPIPath will be ‘http://localhost:9001/eip/rest/’.

Transaction Log API Issues

When upgrading from the eiDashboard 1.0 to version 1.1, you may encounter some errors after logging in regarding the Transaction Log API, similar to the one shown below:

These errors are caused by eiDashboard-related eipServer.conf settings that have changed or been re-purposed since version 1.0 and can be fixed by removing the following settings (if they exist) in your eipServer.conf:

These settings are only needed for Transaction Logging Mode and when using Basic Statistics Mode they can cause conflicts if set incorrectly.

Nginx Reverse Proxy Issue

There is a possibility of issues when using an Nginx reverse proxy to connect to the eiDashboard. If the error “Upstream sent invalid chunked response while reading upstream” is encountered, the following setting needs to be added to the Nginx configuration:

Nginx documentation related to this error can be found here.

This is a unique website which will require a more modern browser to work! Please upgrade today!