Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed note about archives as this is an archive now.
Info

See Confluence Setup Archive for older versions of Confluence.

 

Table of Contents

Introduction

This article takes you through a Confluence 3.5+ setup using the following software stack,

...

Note

Make sure you are install a JDK and not  a JRE. This is a requirement of Confluence.

Include Page
9.0 Manually Setup Java on Ubuntu
9.0 Manually Setup Java on Ubuntu

Log in as your staff account which has sudo access to perform the actual move to /opt/

...

Code Block
languagexml
useURIValidationHack="false" URIEncoding="UTF-8"/>

        <Connector port="8009" protocol="AJP/1.3" URIEncoding="UTF-8" />

        <Engine name="Standalone"



Info

The UTF-8 is important as Confluence is developed to post using UTF-8.

Without this setting errors occur when working with attachments containing special characters. Further details are covered in the Bonsai Tomcat Connector article.

...