Changing the Temporary Directory

Usage FAQ

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

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.

Last modified on Feb 11, 2010

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.