Page tree

Versions Compared

Key

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

...

Code Block
langhtml
su - bhitch # log in as a staff user that can run sudo
cd /opt
# make a symbolic link which scripts and commands can run against
sudo ln -s ./confluence-3.2-std ./confluence

Manually Setup

...

JDK

I use a manual Java setup with an instance of Java specifically for the application.

Note

The following instructions give an example of a JRE install. The steps are the same but makes sure you download the Sun JDK.

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

...

Code Block
langhtml
cd /home/serveradmin
sudo mv ./jre1jdk1.6.0_16/ /opt/confluence/java

Configure Confluence to Use

...

JDK

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.

...