Page tree

Versions Compared

Key

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

...

Code Block
languagebash
su - serveradmin
cp -R /opt/confluence/java /opt/atlassian-confluence-4.3.2/java
exit
sudo ln -s ./atlassian-confluence-4.0.5 ./confluence

 

Upgrade Java

Follow the steps in this article about how to Manually Setup the JRE.

...

  • /opt/confluence/bin/setenv.sh
  • /opt/confluence/conf/server.xml
  • /opt/confluence/confluence/WEB-INF/classes/confluence-init.properties
  • /opt/confluence/bin/shutdown.sh
  • /opt/confluence/bin/startup.sh
  • /opt/confluence/bin/user.sh (new to Confluence 4.x)

Panel
titleSolaris

Note that for Solaris the file /opt/confluence/bin/start-confluence.sh, the call to the 'id' binary needs to be updated to point to '/usr/xpg4/bin/id'

...