For security reasons, we recommend leaving port 8080 disabled and not allowing external access to port 8443.
After deploying a Layer 4 (TCP) or Layer 7 (HTTPS) proxy, complete the steps below to configure Web Application Platform.
To Configure Web Application Platform after deploying a proxy
Go to the <install_root>/WebAppPlatform/shared/conf directory and open for editing the authserver.properties file.
Add the Web Application Platform URL to the values of the authentication.redirect.uri.whitelist property to allow the proxied Teamwork Cloud web access. If port 443 is used as the public port for Web Application Platform, omit the port number.
Example of authserver.propertiesauthentication.redirect.uri.whitelist=https://10.254.254.31:8443/,https://10.254.254.31:8111/,https://md_redirect,https://10.254.254.31/
Go to the <install_root>/WebAppPlatform/shared/conf directory and open for editing the webappplatform.properties file.
Update the Authentication server address and port.
Example of webappplatform.properties# Specify the WebApp authentication server location. # IP address or domain name. authentication.server.ip=10.254.254.31 # Specify the Authentication server port. authentication.server.port=443
- Restart Web Application Platform.