Versions Compared

Key

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

...

To perform the post-installation Magic Collaboration Studio configuration

...

  1. Edit the /opt/local/CATIANoMagicServices <install_root>/TeamworkCloud/configuration/application.conf configuration file and make the following changes:
    • Change the value of the contact-points property to point to the listen_address you set in the cassandra.yaml file (i.e., contact-points = ["192.168.130.10:9042"]). This points Magic Collaboration Studio to the Cassandra database.
    • Use this parameter only if you need to deploy Magic Collaboration Studio in private network but client connect from public network. Change the value of the server-broadcast-host property to the public IP address instead of the local IP address. This way upon the initial connection the client application will know the external IP address to which it must connect (if Magic Collaboration Studio is installed behind a proxy or firewall with NAT).
  2. Edit the /opt/local/CATIANoMagicServices/ <install_root>/WebAppPlatform/shared/conf/authserver.properties configuration file and make the following changes:

    • Change the value of the cassandra.contactPoints property to the local IP address.
    • If you are accessing the server by FQDN, change the value of the authentication.redirect.uri.whitelist property by adding an the FQDN entry to the whitelist (e.g., authentication.redirect.uri.whitelist=https://FQDN:8443/,https://FQDN:8111/,https://md_redirect). Make sure to add the public IP and/or FQDN for ports 8443 and 8111 to the whitelist.

  3. Edit the /opt/local/CATIANoMagicServices <install_root>/WebAppPlatform/shared/conf/webappplatform.properties configuration file and make the following changes:
    • Change the value of the twc.admin.username property to the username of a local account with Administrator privileges (the default value is Administrator).
    • Change the value of the twc.admin.password property to the password corresponding to the Administrator user (the default value is Administrator).
  4. Restart the affected Magic Collaboration Studio services.