Confluence Directory Structure Verified Page
| Directory | Purpose | |-----------|---------| | /bin | Startup and shutdown scripts ( start-confluence.sh , catalina.sh ). | | /conf | Core configuration files: server.xml (Tomcat port, SSL), confluence-init.properties (links to home dir). | | /lib | Shared Java libraries and dependencies. | | /temp | Temporary files created by the application runtime. | | /logs | Application logs (e.g., catalina.out , localhost_access_log ). | | /webapp | Confluence web application WAR contents (JSPs, static resources). |
When you install Confluence on a server (Linux/Windows), the directory layout is critical for administration, backups, and troubleshooting. confluence directory structure
: Every piece of content lives within a Space , which acts as the top-level container (e.g., a "Product" space or a "Team" space). | Directory | Purpose | |-----------|---------| | /bin
In Atlassian Confluence, the is managed through a hierarchical tree system of Spaces and Pages . While it doesn't use a traditional "folder" system, its parent-child page relationships allow for a highly organized, drill-down navigation experience. Key Aspects of Confluence's Structure | | /temp | Temporary files created by
: You can embed a dynamic "Page Tree" anywhere on a page to show a specific branch of your directory, making it easier for users to see the sub-structure at a glance.
In a Data Center (clustered) environment, multiple nodes run Confluence simultaneously.