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 set up the Guest user.

Warning
titleImportant

...

To set up the Guest user

...

  1.  Go to the <tomcatinstall_home>root>/WebAppPlatform/shared/conf directory directory and open the for editing the webappplatform.properties file file. (If you installed Cameo Collaborator for TWC 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 Guest user.
    wap.guest.username=<guest_username>
    wap.guest.password=<guest_password>


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

...