Preparing to install the Touchpoint app

Before installing the Touchpoint app, you must modify some properties in the installation package.

Procedure

  1. Connect to the server and locate the following configuration file: <installation package>\install\touchpoint.deploy.properties
  2. Edit the values to resemble those in the following example:
    clusterName=ICCluster
    ree.prop.image.upload.path=/opt/IBM/IC_Local/touchpoint/upload_pic
    ree.prop.profiles.app.entrypoint.host=xxxx.mulvm.ie.ibm.com
    ree.prop.profiles.app.entrypoint.scheme=https
    ree.prop.profiles.app.entrypoint.port=443
    The following table provides more information on the properties involved:
    Table 1. Properties requiring Touchpoint values
    Property Description of value
    clusterName The name of the cluster where the web app will be deployed
    ree.prop.image.upload.path The upload path of the profile photo
    ree.prop.profiles.app.entrypoint.host The host name of the Connections server
    ree.prop.profiles.app.entrypoint.scheme The supported protocol, either http or https
    ree.prop.profiles.app.entrypoint.port The port used by the supported protocol
  3. If the supported protocol uses a specific port, change the value in the last line and uncomment it.
  4. Save the file.