Confluence 3.0 has reached end of life
Check out the [latest version] of the documentation
This documentation provides a guide to install Confluence on Resin with basic settings and an external database.
On this page:
Step 1. Check the Known Issues
Check the Known Issues for Resin 3.x page before proceeding.
Step 2. Configuring the Confluence War File
- Download the Confluence EAR/WAR zip file. (You need to click the 'Show all' link to see the EAR/WAR zip file.)
- Please check your unzip program before extracting the downloaded zip file. Some archive-extract programs cause errors when unzipping the Confluence zip file:
- Extract the downloaded zip file.
- You have now unzipped your Confluence installation directory, which should contain the version number e.g.
confluence-2.10.0
orconfluence-2.10.2
. This directory will be later referred to as the Confluence installation directory. Inside is aconfluence
subdirectory, referred to later as the (Exploded) Confluence WAR directory. Record the absolute path to the Confluence WAR directory. - Modify confluence-init.properties and set Confluence Home.
- Inside the Confluence installation directory, edit
/WEB-INF/classes/confluence-init.properties
in a text editor. - Now define your Confluence Home directory, by setting the
confluence.home
property to a directory of your choosing.
We suggest using different paths for your installation and home directories. This will facilitate upgrades. This is the directory that will contain all of Confluence's configuration, backup and attachment files.
Tip: Another term for 'Home directory' would be 'data directory'.
- Inside the Confluence installation directory, edit
- Add your database driver jar file to the WEB-INF/lib directory. If your driver already exists in the main classpath and is used for other applications, you can skip this step. Check the Database Installation Instructions. If you're not already committed, we recommend Postgres.
- Rename /WEB-INF/web.resin3.xml to web.xml. Keep the prior web.xml as a backup.
Step 3. Install Confluence in Resin
- Move the Confluence war directory to Resin's
webapps
folder. You are deploying the exploded war file which is supported in Resin.If you'd like to run Confluence without a context path, rename the folder to ROOT and remove the existing ROOT folder.
Step 4. Starting Confluence
- Start Resin. Use the shell script in the bin folder or resin.jar in the lib folder.
To access Confluence go to http://localhost:8080/contextPath
Overview
Content Tools
Apps