Generating the manifest.json File Using the bwdesign Utility
In order to push an application created in TIBCO ActiveMatrix BusinessWorks™ to TIBCO Cloud Integration, there must be a manifest.json file that defines your application. Applications that were built with versions before TIBCO Business Studio for BusinessWorks 1.1.0 do not have the manifest.json file generated and bundled with their EAR file and hence are not enabled for the TIBCO Cloud Integration environment. If you would like to push such applications to TIBCO Cloud Integration, you must generate a manifest.json file for them.
generate_manifest_json 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_locationwhen running the following command for generating the manifest.json file.generate_manifest_json ear_location manifest_location
where
ear_locationis the path to the EAR file andmanifest_locationis the location where you would like to save the generatedmanifest.jsonfile.For more information on using the utility, see Using the bwdesign Utility.