Deploying the LDM Dashboard

In production, you must start the dashboard from the command-line.

Prerequisites

  1. Complete all of the steps in Configuring for the LDM Dashboard
  2. If you have changed the project or introduced some new reports to the dashboard, you must build a new project.

Procedure

  1. Install the application as a service and create a node by running the following command:
    $> epadmin install node 
    application=$AF_HOME/ldm/fom-notification-dashboard-0.0.1-SNAPSHOT-ep-eventflow-fragment.zip  
    nodename=fom_notification_dashboard.A 
    nodedirectory=<any-tmp-directory> buildtype=PRODUCTION 
    
  2. Start the created node by running the following command:
    $> epadmin servicename=fom_notification_dashboard.A start node
  3. Optional: To get the details of the executing application, run the following command:
     $> epadmin servicename=fom_notification_dashboard.A display engine
    Note: For more information on the epadmin commands and how it works refer to the TIBCO StreamBase documentation on epadmin.