Deploying the LDM Dashboard
In production, you must start the dashboard from the command-line.
Procedure
-
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
-
Start the created node by running the following command:
$> epadmin servicename=fom_notification_dashboard.A start node
-
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.
Copyright © Cloud Software Group, Inc. All rights reserved.