Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To configure Web Application Platform to work with Teamwork Cloud via TLS

...

  1. Go to Open the <wap_installation_directory>\apache-tomcat\shared\conf directory and find the <install_root>/WebAppPlatform/shared/conf/webappplatform.properties file file.
  2. In the webappplatform.properties file, uncomment the following properties and specify their values as shown below.

    Note
    • Replace the placeholders between <> with the actual values.
    • The twc.client.keystore.password property is only required if a keystore is password-protected.


    Code Block
    twc.client.tls=true
    twc.client.keystore.type=<keystore_type>
    twc.client.keystore.path=<full_path_to_keystore_file>
    twc.client.keystore.password=<keystore_password>


  3. Restart Web Application Platform.