...
To set up the Administrator user
...
- 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.)
Copy and paste the following data to the file:
Code Block # Specify the user name and password of the Administrator user user. twc.admin.username=<admin_username> twc.admin.password=<admin_password>
- Replace the placeholders in the added properties (between angle brackets (<>) with actual user name and password.
- Save and close the file.
- Restart Web Application Platform.
| Note |
|---|
Follow the same procedure described above to change or update the Administrator username and password. |
...