Enabling web client integration on Docker

Procedure

  1. Edit the docker-compose.yml file.
  2. Locate the SAMETIME_EXTERNAL_WARINTEGRATION variable and ensure that it is set to true.
    If the statement doesn't exist, add it in the proxy section of the file.
    SAMETIME_EXTERNAL_WARINTEGRATION=true
    To apply the changes stop the Sametime server and start it again.
  3. To stop the Sametime server, run the following script from the Sametime installation directory.
    docker-compose down 
    To apply the changes, stop the Sametime server and start it again.
  4. To start the Sametime server, run the following the script from the Sametime installation directory.
    docker-compose up -d