Executing the ANT Script to Update the Internal HTTP Connector

To run the internal HTTP Connector update, navigate to TIBCO_HOME/administrator/<version>/samples and run the Ant script as follows:

ant -f internal_http_connector_build.xml [force] [main.target]

Available ANT Targets

Main Target Description
update.internal.http Main target for editing the internal HTTP Connector and then re-installing the Resource Instance. It takes the Resource Template Configuration as input from the data file and then:
  1. updates the internal HTTP Connector Resource Template
  2. updates the internal HTTP Connector Resource Instance, Host Transport Notifications, and Keystores if needed.
  3. Re-installs Resource Instance.
install.internal.http

Main target for re-installing the Resource Instance, assuming the internal HTTP connector Resource Template has been updated already.

If the internal HTTP Connector Resource Template has been updated already, this target can be used to update the internal HTTP Connector Resource Instance, Host Transport Notifications, and Keystores if needed.

update.default.keystore.for.node Main target for updating Keystore Resource Instances for specified nodes.
update.default.keystore.for.host

Main target for updating Keystore Resource Instances for Nodes managed by specified Hosts.

get.outofsync.kcp Main target for retrieving Nodes which have "Out of Sync" Keystore Resource Instances.
force

This target forces the TIBCO ActiveMatrix Administrator CLI to proceed with the internal HTTP Connector update even if some of the Hosts or Nodes are ineligible.

When the force target is used, the eligible Hosts and Nodes are updated and the ineligible Hosts and Nodes are ignored, but Hosts and Keystores are marked as "Out of Sync".