You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

After installing Cameo Collaborator for Teamwork Cloud, you need to create and setup the Administrator and Guest users.

Prerequisite

Before setting up the Administrator and Guest users, you should create these users in TWC Admin Console and set appropriate permissions for them.


To set up Administrator and Guest Users


  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 might be placed in a custom directory.)
  2. Copy and paste the following properties to the file:

    # Specify the user name and password of the Guest user.
    wap.guest.username=<guest_username>
    wap.guest.password=<guest_password>
    
    # 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 for the values of the added properties (between angle brackets (<>) with actual user names and passwords.
  4. Save and close the file.
  5. Restart Web Application Platform.