Page tree

Versions Compared

Key

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

...

Once logged in go to, Browser, Confluence Admin. There are tasks there that Confluence recommends, the most important to us being,

  1. disable Disable automatic backup
  2. setup the mail
  3. Setup email
  4. Update Confluence plugins

Connect Apache to Confluence using Mod_JK

...

There appears to be a problem with shutting down the Confluence server. Read up on this. What I currently do is check to see if the service is running,ps -ef | grep java | grep According to Atlassian, this only happens on certain configuration and they are not able to determine yet why. I have personally experienced this on pretty much every type of Ubuntu system setup by myself and by others. So here are the steps to ensure Confluence actually shuts down,

Code Block
langhtml
ps -ef | grep java | grep confluence

Then try the ./shutdown.sh

Code Block
langhtml
ps -ef | grep java | grep confluence

Which usually shows it is still running so then I do,

Code Block
langhtml
kill #### where #### is the process id

.