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

Compare with Current View Page History

Version 1 Next »

If you want to install the Web Application Platform for testing purposes only, you have to install it on the same machine as Teamwork Cloud and Authentication servers. You can do it in two different ways:

  • Install Teamwork Cloud. Web Application platform with the Resources, TWCloud Admin, and Cameo Collaborator web apps will be installed together with Teamwork Cloud.

    Testing Cameo Collaborator

    To check if Cameo Collaborator is installed together with Teamwork Cloud, go to the <Teamwork_Cloud_installation_directory>\WebAppPlatform\webapps\webapp directory. If the collaborator folder is in this directory, Cameo Collaborator is installed and you can test it after applying the Cameo Collaborator license.

  • Run the Web_App_Platform_<version number>_win64.exe file (Web_App_Platform_<version number>_win64.sh file for Windows OS) and choose the Quick Install option.


This section explains how to install the Web Application Platform using the executive file (the second option described above). It installs the platform using default property values. You can change these values later if needed.

Read before starting!

  • If you want to install the Web Application Platform only for testing purposes, you have to install it on the same machine where Teamwork Cloud and Authentication servers are installed.
  • After installing Web Application Platform, it is recommended to disable the web container (e.g., Apache Tomcat) that was installed together with Teamwork Cloud.


Installation on Windows


To install the Web Application Platform for testing purposes on Windows


  1. Stop Web Application Platform on the machine where Teamwork Cloud is running.
  2. Run the Web_App_Platform_<version number>_win64.exe file to start the installation wizard.
  3. Specify the location where you want to install the Web Application Platform in one of the following ways:
    • Use the default location suggested in the Where would you like to install? box.
    • Click Choose and select a location on your machine.
  4. Click Next.
  5. Select the Quick Install radio button and click Next.



  6. When you get the notification that Web Application Platform is successfully installed, click Next.
  7. If you want to start Web Application Platform after exiting the installation wizard, leave the Start Zookeeper and WebApp as service check box selected. Otherwise, clear the check box.
  8. Click Done.
  9. When the installation is finished, update the authentication.redirect.uri.whitelist property in the authserver.properties file by adding the Web Application Platform address http(s)://<domain_name>:<port>/webapp as its value.


Web Application Platform is now installed with Cameo Collaborator, Resources, and all other available web applications. To access Web Application Platform, open a web browser and go to http(s)://<domain_name>:<port>/webapp. By default, Web Application Platform uses port 8443.

Starting Web Application Platform manually

 If you want to start Web Application Platform manually, first start Zookeeper and only then - Web Application Platform.


Installation on Linux


To install the Web Application Platform for testing purposes


  1. Stop Web Application Platform on the machine where Teamwork Cloud is running.
  2. Run the Web_App_Platform_<version number>_unix.sh file to start the installation wizard.
  3. Specify the location where you want to install the Web Application Platform in one of the following ways:
    • Use the default location suggested in the Where would you like to install? box.
    • Click Choose and select a location on your machine.
  4. Click Next.
  5. Select the Quick Install radio button and click Next.



  6. When you get the notification that Web Application Platform is successfully installed, click Next.
  7. If you want to start Web Application Platform after exiting the installation wizard, leave the Start Web Application Platform as service check box selected. Otherwise, clear the check box.
  8. Click Done.
  9. When the installation is finished, update the authentication.redirect.uri.whitelist property in the authserver.properties file by adding the Web Application Platform address http(s)://<domain_name>:<port>/webapp as its value.


Web Application Platform is now installed with Cameo Collaborator, Resources, and other available web applications. To access Web Application Platform, open a web browser and go to http(s)://<domain_name>:<port>/webapp. By default, the Web Application Platform uses port 8443.

Starting Web Application Platform manually

 If you want to start Web Application Platform manually, first start Zookeeper and only then - Web Application Platform.


Installation on Linux using command-line

To install the Web Application Platform for testing purposes


  1. Stop Web Application Platform on the machine where Teamwork Cloud is running.
  2. Open the terminal and go to the directory where the Web_App_Platform_<version number>_unix.sh file is stored.
  3. Execute the following command:

    ./Web_App_Platform_<version number>_unix.sh -i console
  4. When the introduction to the Web Application Platform installation is displayed, press Enter to continue.

  5. Specify the location where you want to install Web Application Platform:
    • Press Enter to use the "Default Install Folder".
    • Enter the full path to the installation directory and press Enter.



  6. Enter "1" to select the Quick Install option and press Enter.



  7. When you get the notification that Web Application Platform is successfully installed, press Enter.
  8. If you want to start Web Application Platform after exiting the installation, press Enter. Otherwise, type "0" and press Enter.
  9. When the installation is finished, update the authentication.redirect.uri.whitelist property in the authserver.properties file by adding the Web Application Platform address http(s)://<domain_name>:<port>/webapp as its value.


Web Application Platform is now installed with Cameo Collaborator, Resources, and other available web applications. To access Web Application Platform, open a web browser and go to http(s)://<domain_name>:<port>/webapp. By default, Web Application Platform uses port 8443.

Starting Web Application Platform manually

 If you want to start Web Application Platform manually, first start Zookeeper and only then - Web Application Platform.