Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Content layer
id554057134


Content column
id554057137



Content block
id554057136

The content of this page is intended for system administrators. Here, you can learn how to install and configure Web Application Platform with Cameo Collaborator and other services by using the command-line interface.

Note
titleInstallation prerequisites and other important information

Before installing Web Application Platform with services, you need to:

  • Have a working instance of Teamwork Cloud.
  • If you intend to install the Cameo Collaborator for Teamwork Cloud service, make sure that DSLS or the FlexNet license server is installed beforehand.
  • Download the Web_App_Platform_<version number>_unix.sh file.
  • Increase the open file limit for the OS (or for Web Application Platform/Tomcat) to a minimum of 20 000 files.
  • Have access to the KeyStore file with the same certificate that is used in Teamwork Cloud for authentication configuration.

Before starting the installation, you should know the following:

  • We recommend installing Web Application Platform and Teamwork Cloud on different machines.
  • Before installing Web Application Platform, note down Teamwork Cloud, the Authentication server, and license server data, such as the hostname (or IP address) and port. You will need to enter this data during installation.
  • After installing Web Application Platform, it is recommended to disable the web container (e.g., Apache Tomcat) on the machine where Teamwork Cloud is installed.


To install the Web Application Platform and services (advanced installation)


  1. Open the terminal and go to the directory where the Web_App_Platform_<version number>_unix.sh file is stored.
  2. Execute the following command:

    Code Block
    languagebash
    themeDJango
    linenumberstrue
    ./Web_App_Platform_<version number>_unix.sh -i console
  3. When the introduction to Web Application Platform installation is displayed, press Enter to continue.

  4. Specify the location where you want to install Web Application Platform:
    • Press Enter to use the default installation directory.
    • Enter the full path to the installation directory and press Enter.
  5. Type "2" to select the Advanced installation option and press Enter.
  6. Follow the on-screen installation instructions.
  7. When the Pre-Installation Summary is displayed, check if properties are specified correctly, and press Enter to start the installation.
  8. When Web Application Platform is successfully installed, press Enter.
  9. If you want to start the Web Application Platform service right after installation, press Enter. Otherwise, type "0" and press Enter.
  10. Go to the <install_root>/WebAppPlatform/shared/conf directory and open for editing the authserver.properties file.
  11. Update the authentication.redirect.uri.whitelist property by adding the Web Application Platform address (http(s)://<domain_name>:<port>/webapp) as its value.
  12. If you installed the Came Collaborator for Teamwork Cloud service, apply the Cameo Collaborator license.


Web Application Platform is now installed with the selected services. 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.

Info
titleStarting Web Application Platform manually

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


Content block
id623688805

Scripts for upgrading Java and Tomcat in the Linux environment



...