You are not logged in. Click here to log in.

Codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

Tags:  not added yet

Installing the Detector Tool in Docker

Before installing, make sure to have the Detector Tool archive file (cbvalidator.jar) on your system.

To install the Detector Tool in Docker:

  1. Copy the Data Inconsistency Detector Tool archive file to the following directory:
    /home/appuser/codebeamer/tomcat/webapps/ROOT/WEB-INF/lib
    The file can be copied to the correct directory using the following command in terminal:
    docker cp cb-validator.jar <container id>:/home/appuser/codebeamer/tomcat/webapps/ROOT/
  2. Restart codebeamer.
    Codebeamer can be restarted using the following command in terminal:
    docker restart <container_id>