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.
Running
state. That is, all Nodes on the instances must be stopped first to update the manifest.
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 writes to a default log file as needed. If this argument is not provided, all the Nodes managed by that Host is updated. |
-hostPlugins | Updates the
javax.servlet dependency of all the features installed on the Host. If provided the command updates 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