The Install Directory

This is the directory into which the downloaded Confluence application has been unpacked. Confluence does not modify or store any data in this directory.

Important Files and Directories

The Temp Directory

The temp directory is configured in the Java runtime and some Confluence components write temporary files or lockfiles into this directory.

Typically, this directory is /tmp on Unix systems, or C:\Temp on Windows.

To change the location of this directory, you should start the Java Virtual Machine in which confluence is running with the argument:

-Djava.io.tmpdir=/path/to/your/own/temp/directory.

The Confluence Home Directory

This is the directory in which Confluence stores its configuration information, search indexes, custom decorators and page attachments. Also, if you're using the embedded HSQL database, the database is also stored in this directory. Administrators can expect the Confluence Home Directory to grow quite large in a busy site.

The location of this directory is configured by the Confluence administrator during installation (see confluence-init.properties above).

Important Files and Directories

Database

All other data - page contents, links, archived mail and so on is kept in the database. If you have configured Confluence to use the embedded HSQL database, the database will store its files under database/ in the Confluence Home Directory. Otherwise, the database management system you are connecting to is responsible for where and how your remaining data is being stored.

All of Confluence's persistent data is stored either in the Confluence Home Directory, or the database. If you have backup copies of both of these, taken at the same time, you will be able to restore Confluence from them (see Restoring Data from other Backups).

RELATED TOPICS

administrators guide home