Confluence 4.0 : Find out what is generating files in the Confluence temporary directory.
This page last changed on Sep 23, 2010 by vchoy.
The Confluence applications stores temporary files in the Confluence temporary directory. The location of the directory is located in: <confluence_home>/temp. There are a few methods that can help you determine which component of Confluence generated the file:
Hint: Please refer to this article for the procedure change the schedule of the cleanup of the temporary directory. To remove files manually from the command line one could issue a command (applicable to *nix) similar to: find <confluence_home>/temp -name 'download*' -mmin +60 -print0 | xargs -0 rm -rf as well as place the command in a cron job. |
![]() |
Document generated by Confluence on Sep 19, 2011 02:50 |