Versions Compared

Key

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

After installing Web Application Platform, you need to create and setup the Administrator user.

Warning
titleImportant

It is recommended to set up and use the default Administrator user. However, you can also create a new user in the Users application of Teamwork Cloud Admin.

  • If you change the Administrator user password, go to the <web_app_platform_installation directory>/<tomcat_home>/shared/conf directory, change the password in the webappplatform.properties file, and restart Web Application Platform.

  • To set up the Administrator user

    ...

    1.  Go to the <install_root>/WebAppPlatform/shared/conf directory and open the webappplatform.properties file. (If you installed Cameo Collaborator for Teamwork Cloud manually, the file may be placed in a custom directory.)
    2. Edit the values in the file as shown below:

      Code Block
      # Specify the user name and password of the Administrator user user.
      twc.admin.username=<admin_username>
      twc.admin.password=<admin_password>


    3. Replace the placeholders in the added properties (between angle brackets (<>) with the actual user name and password used in Magic Collaboration Studio.
    4. Save and close the file.
    5. Restart Web Application Platform.
    Note

    Follow the same procedure described above to change or update the Administrator username and password.