This page last changed on Feb 10, 2010 by jlargman.

To move the temp directory, edit <JIRA>/bin/catalina.sh:

if [ -z "$CATALINA_TMPDIR" ] ; then
  # Define the java.io.tmpdir to use for Catalina
  CATALINA_TMPDIR="$CATALINA_BASE"/temp
fi

Replace the "$CATALINA_BASE"/temp with your temporary file directory.

Document generated by Confluence on Mar 27, 2011 18:51