If you deploy from DC, you should define this in the teamserver.war/WEB-INF/web.xml
uncomment below lines under FILTER section and define your path :
<!--
<init-param>
<param-name>uploadRepositoryPath</param-name>
<param-value>/temp</param-value>
<description>Set the path where the temporary files will be stored.</description>
</init-param>
-->
And if you deploy from RD, you Note that the same config parameter exists for RES in the jrules-res-management.war\WEB-INF/web.xml:
<init-param>
<param-name>uploadRepositoryPath</param-name>
<param-value>YOUR_PATH</param-value>
<description>Set the path where the temporary files will be stored.</description>
</init-param>
#OperationalDecisionManager(ODM)#Support#SupportMigration