Note: this is only relevant for initial connector installation. Connector upgrades do not use /tmp
On the JetPatch server, Edit the below file:
For versions Prior to 5.0:
/usr/share/tomcat/default/conf/intigua.config.xmlPost 5.0:
usr/share/intigua/services/data/app-config/intigua-worker/application.properties
For Linux: 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: 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:
For versions Prior to 5.0:
systemctl restart tomcatPost 5.0:
docker restart intigua-main
Comments
0 comments
Please sign in to leave a comment.