Note: this is only relevant for initial connector installation. Connector upgrades do not use /tmp
On the JetPatch server, navigate to the following:
/usr/share/tomcat/default/conf
For Linux: Edit the "intigua.config.xml" file and add the following lines to the top (after <root>), replacing "REAL PATH TO TEMP DIR" with the tmp path desired (eg: /var/tmp):
<system>
<linux>
<temp-dir>
REAL PATH TO TEMP DIR
</temp-dir>
</linux>
</system>
For Windows: Edit the "intigua.config.xml" file and add the following lines to the top (after <root>), replacing "REAL PATH TO TEMP DIR" with the tmp path desired (eg: C:\Windows\temp). Note: the directory path must already exist on the machine.
<system>
<win>
<temp-dir>
REAL PATH TO TEMP DIR
</temp-dir>
</win>
</system>
After saving the changes to the file, restart tomcat:
systemctl restart tomcat
Comments
0 comments
Please sign in to leave a comment.