Versions Compared

Key

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


Warning
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


  1. Go to the <install_root>/WebAppPlatform/shared/conf directory and open for editing the authserver.properties file.

  2. 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.

    Code Block
    languagebash
    titleExample of authserver.properties
    authentication.redirect.uri.whitelist=https://10.254.254.31:8443/,https://10.254.254.31:8111/,https://md_redirect,https://10.254.254.31/


  3. Go to the <install_root>/WebAppPlatform/shared/conf directory and open for editing the webappplatform.properties file.

  4. Update the Authentication server address and port.

    Code Block
    languagebash
    titleExample 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


  5. Restart Web Application Platform.