updateManifest
The "updateManifest" command updates and fixes the Manifest files of the bundles for accommodating the latest javax.servlet version. This command is used while upgrading existing WebApps on the Nodes and for existing installed features on the Host.
Arguments
Argument | Description |
---|---|
-configHomeLocation | The location of the CONFIG_HOME in which the bundles need to be updated. |
-instanceNames | List of TIBCO Host instance names separated by a comma. For example "Host1, Host2". |
-nodeName | (Optional) The name of the Node for which WebApp is to be updated for the given Host instance.
The command will write to a default log file as needed. If this argument is not provided, all the Nodes managed by that Host will be updated. |
-hostPlugins | Updates the javax.servlet dependency of all the features installed on the Host. If provided the command will update the bundles in the Host. This argument cannot be used in conjunction with the -nodeName argument. |
-clearCache | (Optional) Clear the cache without starting TIBCO Host instance(s). |
-dryRun |
Allows you to see what changes would be made by this command by inspecting the log, without making the actual changes. |
Examples
The following command updates the Manifest files of the bundles for accommodating the latest javax.servlet version. This command is used while upgrading existing WebApps on the Nodes.
updateManifest -configHomeLocation path/to/CONFIG_HOME/location -instanceName myTibcoHostInstance
If -hostPlugins is used, it updates and fixes the Manifest files of the bundles for accommodating the latest javax.servlet version. This command is used for existing installed features on the Host.
updateManifest -configHomeLocation path/to/CONFIG_HOME/location -instanceName myTibcoHostInstance -hostPlugins