General Page
IBM DevOps Test Virtualization consists of three components:
- DevOps Test Virtualization Control Panel (RTCP)
(formerly Rational Test Control Panel) - DevOps Test Integrations and APIs Proxy (RIT Proxy)
(formerly Rational Integration Tester Proxy) - DevOps Test Integrations and APIs Agent (RIT Agent)
(formerly Rational Integration Tester Agent)
Note: In this document, we assume the current directory is the component’s installation directory. All relative paths listed are relative to that directory.
RTCP
There are 2 parts of RTCP: RTCP itself and RTCP workspace.
For RTCP itself, mainly consists of a web application server for web user interface and business processes.
Default installation directory:
On Windows: C:\Program Files\IBM\DevOpsTestControlPanel
On non-Windows: /opt/IBM/DevOpsTestControlPanel
Default installation directory of former name before version 11.0.0:
On Windows: C:\Program Files\IBM\RationalTestControlPanel
On non-Windows: /opt/IBM/RationalTestControlPanel
- Main configuration file:
config/server.custom.xml - Optional: key store files if using custom certificates
- Optional: JDBC drivers if using custom JDBC drivers
The JDBC JAR files should be under 1 of below 2 directories
./lib
./usr/servers/defaultServer/apps/RTCP.war/WEB-INF/lib
- Optional for highly customised configurations on RTCP workspace location and base URL:
./usr/servers/defaultServer/apps/RTCP.war/WEB-INF/classes/container.server.properties
For RTCP workspace, it stores RTCP runtime data including user authentication configuration, domain information, project and stub information. If possible and the volume is not too huge, recommend to back up the whole directory.
Default workspace directory:
On Windows: C:\IBM\RTCP-Workspace
On non-Windows: /var/rtcp
- User authentication configuration: whole directory of
./security
RIT Proxy
RIT proxy is installed as part of RTCP, default directory is <RTCP_installation>/httptcp
- main configuration file: ./registration.xml
- Optional: key store files if you are using your own certificate
RIT Agent
Default installation directory:
On Windows: C:\Program Files\IBM\DevOpsTestAPIAgent
On non-Windows: /opt/IBM/DevOpsTestAPIAgent
Default installation directory of former name before version 11.0.0:
On Windows: C:\Program Files\IBM\RIT-Agent
On non-Windows: /opt/IBM/RIT-Agent
- Main configuration file:
config/Agent.config - Optional for using RIT Agent only as a probe:
config/Probe.config - Optional if exists for additional JDBC and 3rd parties’ library configuration:
./librarysettings.xml - Optional: key store files if you are using your own certificate for connecting RTCP
- Optional: JDBC drivers and 3rd parties’ libraries if you are using your own JDBC drivers or other libraries, library locations may be defined in
./librarysettings.xml
Additional Recommendations
In addition to the files listed above, it is recommended to locate and back up any manually modified files such as:
.ini.xml.properties
These may contain important custom configurations.
Was this topic helpful?
Document Information
Modified date:
18 September 2025
UID
ibm17245219