Page History
...
To configure Web Application Platform to work with Teamwork Cloud via TLS
...
- Go to Open the <wap_installation_directory>\apache-tomcat\shared\conf directory and find the <install_root>/WebAppPlatform/shared/conf/webappplatform.properties file file.
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>
- Restart Web Application Platform.