Modifying the CAS Service temporary directory

By default, the Endeca CAS Service temporary directory is set to <install path>\CAS\workspace\temp (on Windows) and <install path>/CAS/workspace/temp (on UNIX). If necessary, you can modify this path by changing the java.io.tmpdir system property in the Endeca CAS Service script.

To modify the CAS Service temporary directory:

  1. Stop the Endeca CAS Service.
  2. Navigate to <install path>\CAS\version\bin.
  3. If you are running the Endeca CAS Service manually, open cas-service (either .bat or .sh depending on your platform) in a text editor.
  4. If you are running the Endeca CAS Service automatically as a Windows service, open cas-service-wrapper.conf in a text editor.
  5. Locate the Djava.io.tmpdir argument and modify the value of the path as necessary.
  6. Save and close the file.
  7. Re-start the Endeca CAS Service.