Generating the manifest.json
file using the bwdesign
Utility
To push an application created in
TIBCO Business Studio for BusinessWorks, there must be a
manifest.json
file that defines your application. Applications that were built with versions on or before
TIBCO BusinessWorks Container Edition 2.8.3 do not have the
manifest.json
file generated and bundled with their EAR file.
The
file can be generated from the bwdesign utility as follows:
generate_manifest_json -ear ear_location manifest_location
- Procedure
- Open a command prompt or terminal window.
- Navigate to <BW_HOME>\bin directory.
- Enter the following command:
bwdesign
- Enter the following command:
Note: Use a new fresh clean workspace for
manifest_location
when running the following command for generating the manifest.json file.generate_manifest_json -ear ear_location manifest_location
Where
ear_location
is the path to the EAR file andmanifest_location
is the location where you would like to save the generatedmanifest.json
file.
Subtopics