On the JetPatch server, navigate to the following:
/usr/share/tomcat/default/conf
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):
<linux>
<temp-dir>
REAL PATH TO TEMP DIR
</temp-dir>
</linux>
After saving the changes to the file, restart tomcast:
systemctl restart tomcat
Comments
0 comments
Please sign in to leave a comment.