HTTP Connectors

Internal HTTP Connector

Procedure

  1. Select Shared Objects > Resource Templates.
  2. Click tibco.admin.http.connector.internal.
  3. Edit the template properties. If you enable SSL, choose TIBCO Credential Server in the SSL Certificate Source drop-down list.
  4. Click Save.
  5. The updated resource template must be re-installed. See Installing Resource Instances on Nodes.

External HTTP Connector

Prerequisites

The script files are located in TIBCO_HOME/administrator/version/scripts.

Edit the file /TIBCO_HOMEadministrator/versionscripts/bootstrap-edit-build.properties. Specify appropriate values for the following properties:
  • instance.properties.file - the location of the remote_props.properties file.
  • tibco.config.mgmt.home - the folder containing runtime object configuration, referred to as CONFIG_HOME.
  • admin.enterprise.name - the enterprise name.
  • admin.instance.name - the name of the Administrator server instance.

Procedure

  1. Edit the data file for the HTTP connector. The file is located at TIBCO_HOME/administrator/3.2/scripts/edit-httpconnector-data.xml. The port number and the host name for the external HTTP connector can be updated.
  2. If you have secured the TIBCO Host instance,
    • Uncomment the TrinityCredentialServerDetails element.
    • Add the attribute secure="true" to the TibcoHostConfig element.
  3. From the command-line prompt, navigate to the TIBCO_HOME/administrator/3.2/scripts folder.
  4. Run ant -f bootstrap-edit-build.xml edit-httpconnector .