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 Guest user.

Warning
titleImportant


To learn what actions specific user roles and role permissions allow, see User roles and permissions.


To set up the Guest user


  1.  Go to the <tomcat_home>/shared/conf directory and open the webappplatform.properties file. (If you installed Cameo Collaborator for TWC manually, the file may be placed in a custom directory.)
  2. Copy and paste the following data to the file:

    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 actual user names and passwords.
  4. Save and close the file.
  5. Restart Web Application Platform.