Generating LiveView Configuration Files Using BusinessEvents Studio Tools Utility
Using the TIBCO BusinessEvents Studio Tools utility you can manually generate LiveView Configuration (.lvconf) files for the BusinessEvents project.
A separate LiveView configuration file is generated for each entity that is configured to be pushed to the TIBCO LiveView server.
- Procedure
- Navigate to BE_HOME/studio/bin/ and open a command prompt.
- Execute a command with the following format (all on one line) at a command prompt:
studio-tools -core generateLDMProject [-h] -o outputDirectory -p studioProjDir -c CDDFilePath
TIBCO BusinessEvents Studio Tools for Generating LiveView Configuration Files Option Description -core generateLDMProject
Within the core category of operations, specifies the generateLDMProject
operation to generate LiveView configuration files (.lvconf) for the BusinessEvents project.-h
(Optional) Displays help. -o
Specifies the output directory to place the generated files. -p
Specifies the path to the TIBCO BusinessEvents Studio project directory. -c
Specifies the path to the CDD file of the project.