You are currently reviewing an older revision of this page.

DRAFT INT XXXX - How to address disk issues when AE_HOME/tomcat/apache-tomcat/temp directory is one of max consumer

Purpose

In certain scenarios, tomcat temp directory located in <AE_HOME>/tomcat/apache-tomcat/temp can consumes a lot of disk. This directory contains temporary documents which application generated during it's execution. The application server sometimes fails to delete these documents even after the execution is finished. This article highlights how can to address this issue. 

Instructions

It is safe to delete all the content in <AE_HOME>/tomcat/apache-tomcat/temp directory. The following command when executed as appian user will clear the content in that directory:

rm -R /usr/local/appian/ae/tomcat/apache-tomcat/temp/*

Note: Site restart will clear the content in this directory too. 

Affected Versions

This article applies to all versions of Appian.

Last reviewed: June 2019