Post Installation Tasks

Perform the post-installation tasks before starting the TPM REST server.

You need to update the tpmrestserver.tra file in the TIBCO_HOME\tpm-rest\Version_Number\bin directory, before starting the TPM REST server.

Prerequisites

  • TPM REST server requires JRE 8. Make sure your system satisfies with the minimum Java runtime requirement.
  • Copy your JDBC driver to the TIBCO_HOME\tpm-rest\Version_Number\lib directory to ensure successful connection to the ConfigStore database.
  • Run traUpgradeManager with the -ems option from the tra_home/bin to update the tpmrestserver.tra file.

Procedure

  1. Set the following ConfigStore database connection parameters:
    • java.property.db.driver
    • java.property.db.url
    • java.property.db.user
    • java.property.db.password
  2. Set the JDBC_LIB environment variable to the JDBC driver folder in your system.
  3. Set Java related variables when you use customized JRE.
    The TPM REST installer does not populate Java related variables during installation.
  4. Set the SERVER_PORT environment variable. The default port number is set to 8090.
  5. Set the java.property.request.header.size environment variable. The default size is set to 8192.

Result

Start the TPM REST server by invoking the tpmrestserver executable in the TIBCO_HOME\tpm-rest\Version_Number\bin directory.

After initialization, the TPM REST server is ready to accept requests over the HTTP protocol.