Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Navigate to {ESS_HOME}/etc/. In a Windows system, {ESS_Home} might translate to <Install Location>/echo360/server/etc.
  2. Open the wrapper.conf file in a text editor.
  3. You will be typing a statement in the form java.additional.<unique number>=<some value>. You will need to type a unique number, that is, a number that has not already been used in other java.additional...statements.
    1. Search the wrapper file for statements in that form to determine which numbers have already been used.
    2. Make a mental note of the unique number you will use.
  4. Add the following lines of code to the file:
     
    • For Linux - where /var in the statement below is the location of the data partition:

      Code Block
      bgColor#FFFFCE
      wrapper.java.additional.<unique number>=-Decho.app.temp.dir=/var/echo360/temp
      
    • For Windows - where d:\ in the statement below is the location of the data partition:

      Code Block
      bgColor#FFFFCE
      wrapper.java.additional.<unique number>=-Decho.app.temp.d:\echo360\temp
  5. When finished, save and close the file.
  6. Restart the ESS.