Overview
This article explains how to configure a custom temporary folder for JetPatch Connector installation on Linux and Windows endpoints.
This configuration only affects initial connector installation, as connector upgrades do not use the /tmp directory.
| Note: This configuration is only relevant for initial connector installation. Connector upgrades do not use /tmp. |
Configuration File Location
For Versions Before 5.0
Edit the following file on the JetPatch server:
| /usr/share/tomcat/default/conf/intigua.config.xml |
For Version 5.0 and Later
| usr/share/intigua/services/data/app-config/intigua-worker/application.properties |
Configuration Steps
For Linux Endpoints
Add the following lines to the top of the configuration file (after <root>), replacing "REAL PATH TO TEMP DIR" with the desired tmp path (e.g., /var/tmp):
<system> <linux> <temp-dir> REAL PATH TO TEMP DIR </temp-dir> </linux> </system> |
For Windows Endpoints
Add the following lines to the top of the configuration file (after <root>), replacing "REAL PATH TO TEMP DIR" with the desired tmp path (e.g., C:\Windows\temp):
<system> <win> <temp-dir> REAL PATH TO TEMP DIR </temp-dir> </win> </system> |
| Important: The directory path must already exist on the target machine. |
Applying the Changes
After saving the changes to the configuration file, restart the appropriate service:
| systemctl restart tomcat |
| docker restart intigua-worker |
Comments
0 comments
Please sign in to leave a comment.