Scenario: Customizing the Temp directory path

The Correspondence Management Solution, by default, uses the C:\temp directory as the location to hold temporary files. However, you can customize this location from the CRX console.

This section covers the steps to customize the temporary folder path for the Correspondence Management Solution.

Customize the Temp directory path

  1. Log in to the CRX console at:

    http://[hostname]:[port]/crx/de/index.jsp

  2. Go to /apps/docservices/config folder and create a node:

    Name
    com.adobe.livecycle.acm

    Type
    sling:OsgiConfig

  3. Add a String property:

    Name
    tmpfolder

    Value
    [Custom Temp folder path]
    Important: Do not use the backslash (\) character as the path separator. Use either double-backslash (\\) or frontslash(/).

  4. Restart the SQS or the ACM bundle.

// Ethnio survey code removed