Configuring for the LDM Dashboard
Complete the following configurations before running the LDM dashboard.
Procedure
-
Set the following environment variables:
The $AF_HOME/ldm/fom-notification-dashboard/pom project refers to $TIBCO_EP_HOME.
-
The dashboard project requires the jms-2.0.jar and tibjms.jar files to be in the local Apache Maven repository, which is specific to the current user on the current machine. By default, this is the
.m2 directory of the user's home directory. Use the following command syntax (the command is shown on multiple lines, but must be entered as one long command):
mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> -DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=jar -DgeneratePom=true
-
Install the jms-2.0.jar dependency by running the following command:
mvn install:install-file -Dfile=$EMS_HOME/lib/jms-2.0.jar -DgroupId=javax.jms -DartifactId=jms -Dversion=2.0 -Dpackaging=jar -DgeneratePom=true
-
Install the tibjms.jar dependency by running the following command:
mvn install:install-file -Dfile=$EMS_HOME/lib/tibjms.jar -DgroupId=com.tibco.tibjms -DartifactId=ems -Dversion=8.3.0 -Dpackaging=jar -DgeneratePom=true
-
Install the jms-2.0.jar dependency by running the following command:
- To generate the analytical reports, the LDM dashboard uses outbound TIBCO EMS messages from TIBCO Fulfillment Order Management. Set the following properties in FOM Configurator to true so the application can send the outbound notifications:
- Navigate to $AF_HOME/ldm/fom-notification-dashboard/src/main/resources/adapter-configurations.xml to change the TIBCO EMS configurations for the LDM dashboard, such as the host, user, password, and port.
Copyright © Cloud Software Group, Inc. All rights reserved.