Page tree

Versions Compared

Key

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

Confluence 6.(question) introduces 0 introduced Synchrony (allowing collaborative editing) which cannot accept AJP connections. The preferred configuration is Using Apache with mod_proxy.

...

Setup base Confluence without worrying about proxy. There's nothin new here from the 5.x instructions.

Disabled the fiewallfirewall,

...

Load URL... www.krypton.com:8090

...

Login with your admin account. Confirm using Chrome's Developer Tools that there are no errors being thrown.

Shutdown Confluence.

 

Configure the server.xml file.

Log in as admin using through the apache web server url, www.krypton.com/wiki

You'll notice a dialog box,

Your URL doesn't match.

Click the link in the dialogue box to "Update base URL"

It will log into admin. Change,

http://www.krypton.com:8090

to

http://www.krypton.com/wiki

Click save.

Log in as admin using through the apache web server url, www.krypton.com/wiki

You'll notice a dialog box,

Your URL doesn't match.

Click the link in the dialogue box to "Update base URL"

It will log into admin. Change,

http://www.krypton.com:8090

to

http://www.krypton.com/wiki

Click save.

Key Test Cases to Ensure Synchrony works,

  • Using Developer Tools
  • Trying out Collaborative Editing

Trouble Shooting First Setup

...