Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

This is now an archive artcilearticle.

Note

This article has lots of room for improvement in tone and the instructions can be more clear.

Table of Contents

Install Required Libraries

 

Note

As of Confluence 3.5, X11 dependencies are now no longer needed.

...

Note

Make sure you are install a JDK. 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/

...

The downloaded Confluence package is powered by Tomcat. You can specify Tomcat use a specific java directory by modifying the Confluence setenv.sh file as described at Running Tomcat with a specific JRE version.

Warning

This can be improved by moving "how to specify java for Tomcat" out of the Tomcat 6 setup instructions into a separate page and then using an "include" here.

...

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.

Select and Enable Context Path

...

Once port 8009 is enabled, mod_jk can be enabled by following the Apache Tomcat Connector instructions.

Verify Internationalization Features

...